Skip to content

Commit

Permalink
Remove implicit revision of zkllvm-blueprint input of flake.nix
Browse files Browse the repository at this point in the history
Required fix in blueprint was merged, so there is no need to pin
to specific branch here.
  • Loading branch information
aleasims committed Apr 18, 2024
1 parent 6b2d0cb commit 0d27a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
nil_zkllvm_blueprint = {
url = "https://github.com/NilFoundation/zkllvm-blueprint";
type = "git";
rev = "01964c21ab68e0cd77e08c0a9225f220a5b6bf2d";
submodules = true;
};
intx = { url = "github:chfast/intx"; flake = false; };
Expand Down

0 comments on commit 0d27a20

Please sign in to comment.