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: make pure

(cherry picked from commit 013e398b0f)
This commit is contained in:
Tristan Ross 2024-06-06 00:07:09 -07:00 committed by github-actions[bot]
parent 7e62b740f0
commit b8f3f7984c

View file

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