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 092dbdb commit 9afd4ebCopy full SHA for 9afd4eb
packages/jolt/default.nix
@@ -58,7 +58,7 @@ in
58
#!/bin/sh
59
if [ -n "\''${RUSTUP_TOOLCHAIN+x}" ]
60
then
61
- export PATH="${jolt-guest-rust}/rust/build/host/stage2/bin:$PATH"
+ export PATH="${jolt-guest-rust}/rust/build/host/stage2/bin:\$PATH"
62
fi
63
${rust-toolchain}/bin/cargo \$@
64
EOF
0 commit comments