about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorTristan Ross <tristan.ross@midstall.com>2024-06-06 00:07:09 -0700
committerTristan Ross <tristan.ross@midstall.com>2024-06-06 21:17:05 -0700
commit013e398b0fbd51ef36930a91284156241300d38c (patch)
treee3bc2646f39835e044c3f264241d142ed1fc5b63 /lib
parentd2adfad3bdb649679d40b79d8bc61169dd643714 (diff)
downloadnixlib-013e398b0fbd51ef36930a91284156241300d38c.tar
nixlib-013e398b0fbd51ef36930a91284156241300d38c.tar.gz
nixlib-013e398b0fbd51ef36930a91284156241300d38c.tar.bz2
nixlib-013e398b0fbd51ef36930a91284156241300d38c.tar.lz
nixlib-013e398b0fbd51ef36930a91284156241300d38c.tar.xz
nixlib-013e398b0fbd51ef36930a91284156241300d38c.tar.zst
nixlib-013e398b0fbd51ef36930a91284156241300d38c.zip
lib/tests/release.nix: make pure
Diffstat (limited to 'lib')
-rw-r--r--lib/tests/release.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/tests/release.nix b/lib/tests/release.nix
index 1447e8817091..ea6263ebf014 100644
--- a/lib/tests/release.nix
+++ b/lib/tests/release.nix
@@ -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;
+      })]
     ;
 
   }