about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorLuca Bruno <luca.bruno@immobiliare.it>2014-08-29 11:48:00 +0200
committerLuca Bruno <luca.bruno@immobiliare.it>2014-08-29 11:49:36 +0200
commit01f0b1cf1a0d0fc043559a3faa38b1ca51423348 (patch)
treed14a933dbff0b2620b0a1571fe54abc80a2a2fb8 /nixos/release.nix
parenta34a0dfdc58f05d637bcec951dcfd9d02e3fcc73 (diff)
Fix evaluation of nixos tested
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 0620b46d46ad4..f78ecb4383d0c 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -228,6 +228,10 @@ in rec {
   tests.installer.rebuildCD = forAllSystems (system: (import tests/installer.nix { inherit system; }).rebuildCD.test);
   tests.installer.separateBoot = forAllSystems (system: (import tests/installer.nix { inherit system; }).separateBoot.test);
   tests.installer.simple = forAllSystems (system: (import tests/installer.nix { inherit system; }).simple.test);
+  tests.installer.simpleLabels = forAllSystems (system: (import tests/installer.nix { inherit system; }).simpleLabels.test);
+  tests.installer.simpleProvided = forAllSystems (system: (import tests/installer.nix { inherit system; }).simpleProvided.test);
+  tests.installer.btrfsSimple = forAllSystems (system: (import tests/installer.nix { inherit system; }).btrfsSimple.test);
+  tests.installer.btrfsSubvols = forAllSystems (system: (import tests/installer.nix { inherit system; }).btrfsSubvols.test);
   tests.influxdb = callTest tests/influxdb.nix {};
   tests.ipv6 = callTest tests/ipv6.nix {};
   tests.jenkins = callTest tests/jenkins.nix {};