summary refs log tree commit diff
path: root/nixos/tests/hydra
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2019-12-29 10:28:44 +0100
committerGitHub <noreply@github.com>2019-12-29 10:28:44 +0100
commit885c4cc97c9fdae18236d0623cfee812fac1d349 (patch)
tree1d481e0929cae0c60fd78b518776f1026a63c63d /nixos/tests/hydra
parentc69b4f8e9ce80c1c23aaece84f9ad20fb02a4407 (diff)
parent875ec0a70717fadfe451f14727fbc5418afe4d84 (diff)
downloadnixpkgs-885c4cc97c9fdae18236d0623cfee812fac1d349.tar
nixpkgs-885c4cc97c9fdae18236d0623cfee812fac1d349.tar.gz
nixpkgs-885c4cc97c9fdae18236d0623cfee812fac1d349.tar.bz2
nixpkgs-885c4cc97c9fdae18236d0623cfee812fac1d349.tar.lz
nixpkgs-885c4cc97c9fdae18236d0623cfee812fac1d349.tar.xz
nixpkgs-885c4cc97c9fdae18236d0623cfee812fac1d349.tar.zst
nixpkgs-885c4cc97c9fdae18236d0623cfee812fac1d349.zip
Merge pull request #76151 from Ma27/bump-hydra
hydra: 2019-08-30 -> 2019-11-13
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 37e14cb19cc..1c0ed3369b1 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: