lib/tests/release.nix: make pure

This commit is contained in:
Tristan Ross 2024-06-06 00:07:09 -07:00
parent d2adfad3bd
commit 013e398b0f
No known key found for this signature in database
GPG Key ID: B09C422035669AF8

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