about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-02-12 07:13:37 -0500
committerShea Levy <shea@shealevy.com>2014-02-12 07:13:37 -0500
commit8e97e38677fca507b9f93b4017e23491190eaf92 (patch)
tree7d58b0f67c1c98a0876f62cd6f2b8071c460c1c2 /nixos
parentadf007be2bacfd8ffa4439b4b53a3439d00c2eee (diff)
downloadnixlib-8e97e38677fca507b9f93b4017e23491190eaf92.tar
nixlib-8e97e38677fca507b9f93b4017e23491190eaf92.tar.gz
nixlib-8e97e38677fca507b9f93b4017e23491190eaf92.tar.bz2
nixlib-8e97e38677fca507b9f93b4017e23491190eaf92.tar.lz
nixlib-8e97e38677fca507b9f93b4017e23491190eaf92.tar.xz
nixlib-8e97e38677fca507b9f93b4017e23491190eaf92.tar.zst
nixlib-8e97e38677fca507b9f93b4017e23491190eaf92.zip
Reenable efi tests
Diffstat (limited to 'nixos')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index ed5c4769d0a3..419f71bc2593 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -44,7 +44,7 @@ in rec {
         (all nixos.iso_graphical)
         (all nixos.ova)
 
-        #(all nixos.tests.efi-installer.simple)
+        (all nixos.tests.efi-installer.simple)
         (all nixos.tests.firefox)
         (all nixos.tests.firewall)
         (all nixos.tests.installer.grub1)