1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-23 00:56:55 -04:00
nixpkgs/pkgs/build-support/fetchgit
zimbatm 02f5a01c19 nix-prefetch-git: use fetchgit's naming heuristic
This commit fixes #6651.

Before this change the `nix-prefetch-git` script would use a different store
name than nix's `fetchgit` function. Because of that it was not possible to
use `nix-prefetch-git` as a way to pre-populate the store (for example when
the user it using private git dependencies that needs access to the ssh agent)
2016-02-13 14:39:44 +00:00
..
builder.sh
default.nix fetchgit: import impure GIT_PROXY_COMMAND and SOCKS_SERVER, fixes #8605 2016-01-20 02:18:22 +01:00
nix-prefetch-git nix-prefetch-git: use fetchgit's naming heuristic 2016-02-13 14:39:44 +00:00
private.nix