about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-01-19 15:07:35 -0500
committerShea Levy <shea@shealevy.com>2014-01-19 15:07:35 -0500
commit30f79470311957cbb54b5705550509cf12e6db87 (patch)
tree2ca0f028230c725dba6600d6fc8c7e2088b9a70c /nixos
parent0e74c9f4dcec3fe61a1e9ec9afb5a03f8b27183b (diff)
downloadnixlib-30f79470311957cbb54b5705550509cf12e6db87.tar
nixlib-30f79470311957cbb54b5705550509cf12e6db87.tar.gz
nixlib-30f79470311957cbb54b5705550509cf12e6db87.tar.bz2
nixlib-30f79470311957cbb54b5705550509cf12e6db87.tar.lz
nixlib-30f79470311957cbb54b5705550509cf12e6db87.tar.xz
nixlib-30f79470311957cbb54b5705550509cf12e6db87.tar.zst
nixlib-30f79470311957cbb54b5705550509cf12e6db87.zip
Whitespace to force a build
Ugh

Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/installer.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 865b21d2444a..7581c10a01d0 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -319,6 +319,7 @@ in {
               "mkfs.ext3 -L nixos /dev/sda2",
               "mount LABEL=nixos /mnt",
           );
+
         '';
       fileSystems = rootFS;
       grubVersion = 1;