Loading pkgs/build-support/fetchgit/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ lib.makeOverridable (lib.fetchers.withNormalizedHash { } ( , sparseCheckout ? [] , nonConeMode ? false , name ? null , nativeBuildInputs ? [] , # Shell code executed after the file has been fetched # successfully. This can do things like check or transform the file. postFetch ? "" Loading Loading @@ -90,7 +91,8 @@ stdenvNoCC.mkDerivation { fetcher = ./nix-prefetch-git; nativeBuildInputs = [ git cacert ] ++ lib.optionals fetchLFS [ git-lfs ]; ++ lib.optionals fetchLFS [ git-lfs ] ++ nativeBuildInputs; inherit outputHash outputHashAlgo; outputHashMode = "recursive"; Loading Loading
pkgs/build-support/fetchgit/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ lib.makeOverridable (lib.fetchers.withNormalizedHash { } ( , sparseCheckout ? [] , nonConeMode ? false , name ? null , nativeBuildInputs ? [] , # Shell code executed after the file has been fetched # successfully. This can do things like check or transform the file. postFetch ? "" Loading Loading @@ -90,7 +91,8 @@ stdenvNoCC.mkDerivation { fetcher = ./nix-prefetch-git; nativeBuildInputs = [ git cacert ] ++ lib.optionals fetchLFS [ git-lfs ]; ++ lib.optionals fetchLFS [ git-lfs ] ++ nativeBuildInputs; inherit outputHash outputHashAlgo; outputHashMode = "recursive"; Loading