Skip to content

Commit 3223073

Browse files
committed
Pin the template's zisk.nix input to the blake3-precompile branch
The template's fork-based zisk-sdk/ziskos deps need the dev shell tools built from the same fork rev; following the default branch would break if main tracks upstream.
1 parent c6ff786 commit 3223073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/sha_hasher/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
flake-parts.follows = "zisk/flake-parts";
1616

1717
zisk = {
18-
url = "github:argumentcomputer/zisk.nix";
18+
url = "github:argumentcomputer/zisk.nix/blake3-precompile";
1919
};
2020
};
2121

0 commit comments

Comments
 (0)