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