Skip to content

Commit

Permalink
fix permision issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometer1729 committed Dec 11, 2024
1 parent 1043873 commit 6e62e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
text =
''
cp -r ${self.packages."${system}".o1js-bindings}/* ./src/bindings
chmod +w -R src/bindings/compiled
MINA_COMMIT=$(git -C src/mina rev-parse HEAD)
echo "The mina commit used to generate the backends for node and web is" "$MINA_COMMIT" \
> src/bindings/MINA_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion src/bindings
Submodule bindings updated 1 files
+1 −0 compiled/.gitignore

0 comments on commit 6e62e5d

Please sign in to comment.