Jump to content

Rust: Difference between revisions

4 bytes added ,  22 February 2023
m
Fix lack of escaping in shellHook
imported>Zaechus
m (fixing packages in example)
imported>MiniBill
m (Fix lack of escaping in shellHook)
Line 41: Line 41:
     HISTFILE = toString ./.history;
     HISTFILE = toString ./.history;
     shellHook = ''
     shellHook = ''
       export PATH=$PATH:${CARGO_HOME:-~/.cargo}/bin
       export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin
       export PATH=$PATH:${RUSTUP_HOME:-~/.rustup}/toolchains/$RUSTC_VERSION-x86_64-unknown-linux-gnu/bin/
       export PATH=$PATH:''${RUSTUP_HOME:-~/.rustup}/toolchains/$RUSTC_VERSION-x86_64-unknown-linux-gnu/bin/
       '';
       '';
     # Add libvmi precompiled library to rustc search path
     # Add libvmi precompiled library to rustc search path
Anonymous user