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 688c8e8Copy full SHA for 688c8e8
packages/jolt/default.nix
@@ -46,6 +46,7 @@ in
46
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
'';
51
52
doCheck = false;
0 commit comments