summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorSander van der Burg <svanderburg@gmail.com>2013-10-02 12:06:02 +0200
committerSander van der Burg <svanderburg@gmail.com>2013-10-02 12:06:02 +0200
commit1c58fbe4a9850f03f58afcff12823931b4db881d (patch)
treee67c30e10e7dbfa404a3b299ece926e5ea1af514 /release.nix
parentafdae663350377a22a9150101b266472a7332dfc (diff)
downloadnixpkgs-1c58fbe4a9850f03f58afcff12823931b4db881d.tar
nixpkgs-1c58fbe4a9850f03f58afcff12823931b4db881d.tar.gz
nixpkgs-1c58fbe4a9850f03f58afcff12823931b4db881d.tar.bz2
nixpkgs-1c58fbe4a9850f03f58afcff12823931b4db881d.tar.lz
nixpkgs-1c58fbe4a9850f03f58afcff12823931b4db881d.tar.xz
nixpkgs-1c58fbe4a9850f03f58afcff12823931b4db881d.tar.zst
nixpkgs-1c58fbe4a9850f03f58afcff12823931b4db881d.zip
Fix run-in-machine testcase + add it to the tests
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 6d61b796359..ef5d9f4923d 100644
--- a/release.nix
+++ b/release.nix
@@ -241,7 +241,7 @@ in {
     let
       testsFor = system:
         mapAttrsRecursiveCond (x: !x ? test) (n: v: listToAttrs [(nameValuePair system v.test)])
-          (import ./tests { inherit system; });
+          (import ./tests { inherit nixpkgs system; });
     in fold recursiveUpdate {} (map testsFor systems);
 
 }