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:
parent
b4c4caeb7d
commit
e4df0129a7
|
@ -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;
|
||||
})]
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue