Loading pkgs/build-support/fetchgit/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ lib.warnIf (builtins.isString sparseCheckout) stdenvNoCC.mkDerivation { inherit name; builder = ./builder.sh; fetcher = ./nix-prefetch-git; # This must be a string to ensure it's called with bash. fetcher = ./nix-prefetch-git; nativeBuildInputs = [ git ] ++ lib.optionals fetchLFS [ git-lfs ]; Loading Loading
pkgs/build-support/fetchgit/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ lib.warnIf (builtins.isString sparseCheckout) stdenvNoCC.mkDerivation { inherit name; builder = ./builder.sh; fetcher = ./nix-prefetch-git; # This must be a string to ensure it's called with bash. fetcher = ./nix-prefetch-git; nativeBuildInputs = [ git ] ++ lib.optionals fetchLFS [ git-lfs ]; Loading