summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-07-08 12:05:31 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-07-08 12:05:31 -0700
commite861889e9922cdf4601ec316bbbaaad0d7cf3d62 (patch)
tree3145ce9d5f359474abfcc2fe5765b2c3071b9850 /nixos/release.nix
parentbd82a79fc1c5bee7ec1378a68afbeb6cc5721b40 (diff)
downloadnixpkgs-e861889e9922cdf4601ec316bbbaaad0d7cf3d62.tar
nixpkgs-e861889e9922cdf4601ec316bbbaaad0d7cf3d62.tar.gz
nixpkgs-e861889e9922cdf4601ec316bbbaaad0d7cf3d62.tar.bz2
nixpkgs-e861889e9922cdf4601ec316bbbaaad0d7cf3d62.tar.lz
nixpkgs-e861889e9922cdf4601ec316bbbaaad0d7cf3d62.tar.xz
nixpkgs-e861889e9922cdf4601ec316bbbaaad0d7cf3d62.tar.zst
nixpkgs-e861889e9922cdf4601ec316bbbaaad0d7cf3d62.zip
nixos/tests/installer: Add a testcase for fat32 /boot
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 a8b6d275f1d..c288adfd206 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -229,6 +229,7 @@ in rec {
   tests.installer.lvm = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).lvm.test);
   tests.installer.luksroot = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).luksroot.test);
   tests.installer.separateBoot = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).separateBoot.test);
+  tests.installer.separateBootFat = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).separateBootFat.test);
   tests.installer.simple = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).simple.test);
   tests.installer.simpleLabels = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).simpleLabels.test);
   tests.installer.simpleProvided = forAllSystems (system: hydraJob (import tests/installer.nix { inherit system; }).simpleProvided.test);