Loading pkgs/build-support/fetchgit/tests.nix +7 −2 Original line number Diff line number Diff line { stdenv, config, runCommand, testers, fetchgit, Loading Loading @@ -239,10 +241,13 @@ withGitConfig = let pkgs = import ../../.. { config.gitConfig = { system = stdenv.hostPlatform.system; config = config // { gitConfig = { url."https://github.com".insteadOf = "https://doesntexist.forsure"; }; }; }; in pkgs.testers.invalidateFetcherByDrvHash pkgs.fetchgit { name = "fetchgit-with-config"; Loading Loading
pkgs/build-support/fetchgit/tests.nix +7 −2 Original line number Diff line number Diff line { stdenv, config, runCommand, testers, fetchgit, Loading Loading @@ -239,10 +241,13 @@ withGitConfig = let pkgs = import ../../.. { config.gitConfig = { system = stdenv.hostPlatform.system; config = config // { gitConfig = { url."https://github.com".insteadOf = "https://doesntexist.forsure"; }; }; }; in pkgs.testers.invalidateFetcherByDrvHash pkgs.fetchgit { name = "fetchgit-with-config"; Loading