We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25998f commit 235dac1Copy full SHA for 235dac1
packages/risc0/default.nix
@@ -47,7 +47,7 @@ in
47
postPatch = ''
48
# Replace usages of `Command::new("rustup")` with the correct value
49
# which should be used
50
- sed -i '82,89d;90ilet path_raw = Some("${rust-toolchain}");' risc0/cargo-risczero/src/toolchain.rs
+ sed -i '44,46d;82,89d;90ilet path_raw = Some("${rust-toolchain}");' risc0/cargo-risczero/src/toolchain.rs
51
sed -i '410,417d;663,681d;418ilet rustc = "${rust-toolchain}/bin/rustc";' risc0/build/src/lib.rs
52
# Fix starter template
53
sed -i 's|{{ risc0_build }}|path = "'$out'"|' risc0/cargo-risczero/templates/rust-starter/methods/Cargo-toml
0 commit comments