Loading pkgs/build-support/fetchgithub/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ lib.makeOverridable ( sparseCheckout ? lib.optional (rootDir != "") rootDir, githubBase ? "github.com", varPrefix ? null, passthru ? { }, meta ? { }, ... # For hash agility }@args: Loading Loading @@ -125,6 +126,7 @@ lib.makeOverridable ( fetchLFS ; url = gitRepoUrl; inherit passthru; } // lib.optionalAttrs (leaveDotGit != null) { inherit leaveDotGit; } else Loading @@ -149,7 +151,8 @@ lib.makeOverridable ( passthru = { inherit gitRepoUrl; }; } // passthru; } ) // privateAttrs Loading Loading
pkgs/build-support/fetchgithub/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ lib.makeOverridable ( sparseCheckout ? lib.optional (rootDir != "") rootDir, githubBase ? "github.com", varPrefix ? null, passthru ? { }, meta ? { }, ... # For hash agility }@args: Loading Loading @@ -125,6 +126,7 @@ lib.makeOverridable ( fetchLFS ; url = gitRepoUrl; inherit passthru; } // lib.optionalAttrs (leaveDotGit != null) { inherit leaveDotGit; } else Loading @@ -149,7 +151,8 @@ lib.makeOverridable ( passthru = { inherit gitRepoUrl; }; } // passthru; } ) // privateAttrs Loading