Skip to content

Commit

Permalink
lib: test lib-tests ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Dec 5, 2024
1 parent 6da0724 commit 52e33da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/release.nix
Original file line number Diff line number Diff line change
@@ -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 ],
Expand Down

0 comments on commit 52e33da

Please sign in to comment.