nixpkgs/pkgs/build-support/fetchgit
Sebastian Jordan 1dfaad73ed nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone
The fetchgit function in nixpkgs sets the leaveDotGit argument to true
if deepClone is set to true. nix-prefetch-git did behave differently. It
would not assume --leave-dotGit if --deepClone is specified. With this
change the inconsistency is addressed by assuming --leave-dotGit if
--deepClone is specified.
2022-06-14 00:23:16 +02:00
..
builder.sh
default.nix
deterministic-git
nix-prefetch-git nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone 2022-06-14 00:23:16 +02:00
tests.nix