about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--release.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 85fd42d4..1edf284a 100644
--- a/release.nix
+++ b/release.nix
@@ -13,4 +13,10 @@ in {
   tests = {
     heinrich = import ./tests/heinrich.nix { inherit system; };
   };
+
+  pkgs = import ./pkgs {
+    pkgs = import <nixpkgs> {
+      inherit system;
+    };
+  };
 }