summary refs log tree commit diff
path: root/nixos/release-combined.nix
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/release-combined.nix
parentadf007be2bacfd8ffa4439b4b53a3439d00c2eee (diff)
downloadnixpkgs-8e97e38677fca507b9f93b4017e23491190eaf92.tar
nixpkgs-8e97e38677fca507b9f93b4017e23491190eaf92.tar.gz
nixpkgs-8e97e38677fca507b9f93b4017e23491190eaf92.tar.bz2
nixpkgs-8e97e38677fca507b9f93b4017e23491190eaf92.tar.lz
nixpkgs-8e97e38677fca507b9f93b4017e23491190eaf92.tar.xz
nixpkgs-8e97e38677fca507b9f93b4017e23491190eaf92.tar.zst
nixpkgs-8e97e38677fca507b9f93b4017e23491190eaf92.zip
Reenable efi tests
Diffstat (limited to 'nixos/release-combined.nix')
-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 ed5c4769d0a..419f71bc259 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)