summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-10-07 21:02:18 +0200
committerDomen Kožar <domen@dev.si>2014-10-07 21:46:15 +0200
commit4941b96f0ce45bcc9c922e9a219aa2792753a09a (patch)
treed141054024f24074225e16167a68f9dd9f54a7ba /nixos/tests
parent78da0ea8d6d7c311763f5b2675216c0ff4106f9a (diff)
eval fix
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 165146a34792f..4ee0e064c100b 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -101,7 +101,7 @@ let
       iface = if grubVersion == 1 then "scsi" else "virtio";
       qemuFlags =
         (if iso.system == "x86_64-linux" then "-m 768 " else "-m 512 ") +
-        (optionalString (iso.system == "x86_64-linux") "-cpu kvm64 ") +
+        (optionalString (iso.system == "x86_64-linux") "-cpu kvm64 ");
       hdFlags =''hda => "harddisk", hdaInterface => "${iface}", '';
     in
     ''