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

This commit is contained in:
Tristan Ross 2024-06-06 21:26:49 -07:00
parent 9ebed2c8ea
commit 8bb66a4929
No known key found for this signature in database
GPG Key ID: B09C422035669AF8

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;
})]
;