mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
lib/tests/release.nix: make pure
This commit is contained in:
parent
d2adfad3bd
commit
013e398b0f
@ -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 New Issue
Block a user