From 52e33da526422c0470c0e986e4c030d68824dcf1 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:10:29 +0530 Subject: [PATCH] lib: test lib-tests ci workflow --- lib/tests/release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ],