Skip to content

Commit 9d24544

Browse files
SyndamiaPetarKirov
authored andcommitted
feat(pkgs/risc0): Add unstable feature flag
This adds support for certain unstable precompiles
1 parent e98a303 commit 9d24544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/risc0/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ crane.buildPackage (
6868
export RECURSION_SRC_PATH="${recursion-zkr}" RUSTFLAGS="$RUSTFLAGS -A dead_code"
6969
'';
7070

71-
cargoBuildCommand = "cargo build --release -p risc0-zkvm -p risc0-build -p cargo-risczero";
71+
cargoBuildCommand = "cargo build --release -p risc0-zkvm -p risc0-build -p cargo-risczero --features unstable";
7272

7373
doCheck = false;
7474
}

0 commit comments

Comments
 (0)