nixos/hydra: also run test with pkgs.nixFlakes

This commit is contained in:
Maximilian Bosch 2019-12-21 22:02:36 +01:00
parent c1d5d406d6
commit 875ec0a707
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -30,7 +30,7 @@ let
callTest = f: f { inherit system pkgs; };
hydraPkgs = {
inherit (pkgs) nixStable nixUnstable;
inherit (pkgs) nixStable nixUnstable nixFlakes;
};
tests = pkgs.lib.flip pkgs.lib.mapAttrs hydraPkgs (name: nix: