about summary refs log tree commit diff
path: root/nixos/tests/hydra
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-12-21 22:02:36 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2019-12-21 22:02:36 +0100
commit875ec0a70717fadfe451f14727fbc5418afe4d84 (patch)
tree59e1d18540e3a30442a1f9c210877ad4557fa4f8 /nixos/tests/hydra
parentc1d5d406d6e8857d1f2f71e970a3485a64858802 (diff)
nixos/hydra: also run test with `pkgs.nixFlakes`
Diffstat (limited to 'nixos/tests/hydra')
-rw-r--r--nixos/tests/hydra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/hydra/default.nix b/nixos/tests/hydra/default.nix
index 6ca05a2c7797e..43f8052de5f76 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: