summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-09-05 19:05:37 -0400
committerTim Steinbach <tim@nequissimus.com>2017-09-05 19:05:37 -0400
commitb4ccef2163d07e5f35bc802c357d2d2167409a3a (patch)
tree21c8c154be6c1732b41ce4fd460551ed9f98931d /nixos/release.nix
parent3e2975e892527fe45e4f574401cb7d19eb9542a6 (diff)
downloadnixpkgs-b4ccef2163d07e5f35bc802c357d2d2167409a3a.tar
nixpkgs-b4ccef2163d07e5f35bc802c357d2d2167409a3a.tar.gz
nixpkgs-b4ccef2163d07e5f35bc802c357d2d2167409a3a.tar.bz2
nixpkgs-b4ccef2163d07e5f35bc802c357d2d2167409a3a.tar.lz
nixpkgs-b4ccef2163d07e5f35bc802c357d2d2167409a3a.tar.xz
nixpkgs-b4ccef2163d07e5f35bc802c357d2d2167409a3a.tar.zst
nixpkgs-b4ccef2163d07e5f35bc802c357d2d2167409a3a.zip
tests: Add environment
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 6348c2f15d4..bad9cfe6c7e 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -240,6 +240,7 @@ in rec {
   tests.ec2-nixops = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-nixops;
   tests.ec2-config = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-config;
   tests.elk = callTest tests/elk.nix {};
+  tests.env = callTest tests/env.nix {};
   tests.ferm = callTest tests/ferm.nix {};
   tests.firefox = callTest tests/firefox.nix {};
   tests.firewall = callTest tests/firewall.nix {};