nixos/hydra: also run test with pkgs.nixFlakes
This commit is contained in:
parent
c1d5d406d6
commit
875ec0a707
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user