From 875ec0a70717fadfe451f14727fbc5418afe4d84 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 21 Dec 2019 22:02:36 +0100 Subject: [PATCH] nixos/hydra: also run test with `pkgs.nixFlakes` --- nixos/tests/hydra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/hydra/default.nix b/nixos/tests/hydra/default.nix index 6ca05a2c7797..43f8052de5f7 100644 --- a/nixos/tests/hydra/default.nix +++ b/nixos/tests/hydra/default.nix @@ -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: