From bab4cdd43a2497dd0fa6303b7f9cc00380e1c185 Mon Sep 17 00:00:00 2001 From: pinn3 Date: Thu, 18 Aug 2022 04:43:26 +0200 Subject: fetchgit: Remove comment regarding path needing to be a string It was changed in 2019 to be of the actual path type, and has apparently been working since then. Closes #143846 --- pkgs/build-support/fetchgit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/build-support/fetchgit') diff --git a/pkgs/build-support/fetchgit/default.nix b/pkgs/build-support/fetchgit/default.nix index f516c3d5a03..34a7a330c04 100644 --- a/pkgs/build-support/fetchgit/default.nix +++ b/pkgs/build-support/fetchgit/default.nix @@ -65,7 +65,7 @@ else 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 ]; -- cgit 1.4.1