diff --git a/lib/tests/release.nix b/lib/tests/release.nix index 5334498d08449..13066ab504f26 100644 --- a/lib/tests/release.nix +++ b/lib/tests/release.nix @@ -1,5 +1,5 @@ { # The pkgs used for dependencies for the testing itself - # Don't test properties of pkgs.lib, but rather the lib in the parent directory + # Don't test properties of pkgs.lib, but rather the lib in the parent directory HELLO pkgs ? import ../.. {} // { lib = throw "pkgs.lib accessed, but the lib tests should use nixpkgs' lib path directly!"; }, nix ? pkgs-nixVersions.stable, nixVersions ? [ pkgs-nixVersions.minimum nix pkgs-nixVersions.latest ],