1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

lib/tests/release.nix: fix pkgs.lib error by passing lib

(cherry picked from commit 8bb66a4929)
This commit is contained in:
Tristan Ross 2024-06-06 21:26:49 -07:00 committed by Silvan Mosberger
parent b4c4caeb7d
commit e4df0129a7

View file

@ -25,8 +25,7 @@ in
# https://github.com/NixOS/nixpkgs/issues/272591
#
[(import ../../pkgs/test/release {
inherit pkgs;
pkgs-path = pkgs.path;
inherit pkgs lib nix;
})]
;