mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Fix test evaluation
This commit is contained in:
parent
756ca94e0c
commit
b3debdc046
2 changed files with 1 additions and 3 deletions
|
@ -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; });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue