nixpkgs/pkgs/build-support/rust
Benno Fünfstück bd78749d33 rust: improve fetch-cargo-deps determinism for non-sandboxed builds
When not using sandboxing, /usr/share/git-core/templates may leak into the
nix build through the libgit2 hardcoded default template search path. We now
explictly set the templatedir to avoid this problem.

See https://github.com/bennofs/nix-index/issues/2#issuecomment-296268983 for
an example case of nondeterminism.
2017-04-21 23:26:46 +02:00
..
patch-registry-deps buildRustPackage: don't hardcode /nix/store, use $NIX_STORE 2016-01-12 13:45:11 -05:00
default.nix buildRustPackage: only copy executables to bin 2017-04-15 13:26:51 +02:00
fetch-cargo-deps rust: improve fetch-cargo-deps determinism for non-sandboxed builds 2017-04-21 23:26:46 +02:00
fetchcargo.nix lib/fetchers.nix: factor out impure proxy vars (#18702) 2016-09-17 21:50:01 +02:00