Fix test evaluation

This commit is contained in:
Eelco Dolstra 2013-10-16 12:47:11 +02:00
parent 756ca94e0c
commit b3debdc046
2 changed files with 1 additions and 3 deletions

View file

@ -224,7 +224,4 @@ in {
mapAttrsRecursiveCond (x: !x ? test) (n: v: listToAttrs [(nameValuePair system v.test)])
(import ./tests { inherit nixpkgs system; });
in fold recursiveUpdate {} (map testsFor systems);
run-in-machine-tests = pkgs.lib.genAttrs systems (system: import ./tests/run-in-machine.nix { inherit nixpkgs system; });
}