Skip to content

Commit 688c8e8

Browse files
committed
fix(jolt): Remove call to rustup
1 parent c25998f commit 688c8e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/jolt/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ in
4646

4747
postPatch = ''
4848
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
4950
'';
5051

5152
doCheck = false;

0 commit comments

Comments
 (0)