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 688c8e8 commit c274aacCopy full SHA for c274aac
packages/jolt/default.nix
@@ -47,6 +47,7 @@ in
47
postPatch = ''
48
sed -i 's|package =.*git = "https://github.com/a16z/jolt"|path = "'$out'"|' src/main.rs
49
sed -i '44,46d' jolt-core/src/host/toolchain.rs
50
+ sed -i 's/riscv32im-jolt-zkvm-elf/riscv32im-unknown-none-elf/' jolt-core/src/host/mod.rs
51
'';
52
53
doCheck = false;
0 commit comments