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 pkgs/test/config.nix +2 −1 Original line number Diff line number Diff line { lib, config, pkgs, ... }: Loading @@ -17,7 +18,7 @@ lib.recurseIntoAttrs { let pkgs' = import ../.. { system = pkgs.stdenv.hostPlatform.system; config = { config = config // { permittedInsecurePackages = builtins.seq pkgs'.glibc.version [ ]; }; }; Loading pkgs/test/cross/default.nix +6 −1 Original line number Diff line number Diff line { pkgs, lib }: { pkgs, config, lib, }: let Loading Loading @@ -78,6 +82,7 @@ let crossPkgs = import pkgs.path { localSystem = { inherit (pkgs.stdenv.hostPlatform) config; }; crossSystem = crossSystemFun system; inherit config; }; emulator = crossPkgs.stdenv.hostPlatform.emulator pkgs; Loading pkgs/test/stdenv/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stdenv, pkgs, lib, config, testers, }: Loading @@ -20,7 +21,7 @@ let # use a early stdenv so when hacking on stdenv this test can be run quickly bootStdenv = earlyPkgs.stdenv.__bootPackages.stdenv.__bootPackages.stdenv or earlyPkgs.stdenv; pkgsStructured = import pkgs.path { config = { config = config // { structuredAttrsByDefault = true; }; inherit (stdenv.hostPlatform) system; 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
pkgs/test/config.nix +2 −1 Original line number Diff line number Diff line { lib, config, pkgs, ... }: Loading @@ -17,7 +18,7 @@ lib.recurseIntoAttrs { let pkgs' = import ../.. { system = pkgs.stdenv.hostPlatform.system; config = { config = config // { permittedInsecurePackages = builtins.seq pkgs'.glibc.version [ ]; }; }; Loading
pkgs/test/cross/default.nix +6 −1 Original line number Diff line number Diff line { pkgs, lib }: { pkgs, config, lib, }: let Loading Loading @@ -78,6 +82,7 @@ let crossPkgs = import pkgs.path { localSystem = { inherit (pkgs.stdenv.hostPlatform) config; }; crossSystem = crossSystemFun system; inherit config; }; emulator = crossPkgs.stdenv.hostPlatform.emulator pkgs; Loading
pkgs/test/stdenv/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stdenv, pkgs, lib, config, testers, }: Loading @@ -20,7 +21,7 @@ let # use a early stdenv so when hacking on stdenv this test can be run quickly bootStdenv = earlyPkgs.stdenv.__bootPackages.stdenv.__bootPackages.stdenv or earlyPkgs.stdenv; pkgsStructured = import pkgs.path { config = { config = config // { structuredAttrsByDefault = true; }; inherit (stdenv.hostPlatform) system; Loading