Rust: Difference between revisions

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