mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
fetchgit: enable strictDeps (#552763)
This commit is contained in:
@@ -155,6 +155,8 @@ lib.makeOverridable (
|
||||
++ lib.optionals fetchLFS [ git-lfs ]
|
||||
++ nativeBuildInputs;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
hash =
|
||||
if outputHashAlgo == null || outputHash == "" || lib.hasPrefix outputHashAlgo outputHash then
|
||||
outputHash
|
||||
|
||||
Reference in New Issue
Block a user