Jump to content

Rust: Difference between revisions

36 bytes removed ,  30 March 2023
Removed the malicious HISTFILE rewrite.
imported>Tshakah
m (Add section on getting Rust working with ldd)
imported>Volhovm
(Removed the malicious HISTFILE rewrite.)
Line 39: Line 39:
     # https://github.com/rust-lang/rust-bindgen#environment-variables
     # https://github.com/rust-lang/rust-bindgen#environment-variables
     LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ pkgs.llvmPackages_latest.libclang.lib ];
     LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ pkgs.llvmPackages_latest.libclang.lib ];
    HISTFILE = toString ./.history;
     shellHook = ''
     shellHook = ''
       export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin
       export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin
Anonymous user