summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-03-31 18:20:43 +0200
committerDomen Kožar <domen@dev.si>2015-03-31 18:20:43 +0200
commita87e2ae717667db69394634f580a948c86790a11 (patch)
treeaf06c38107425df9a4120b3c6951dafe97555219 /nixos/release.nix
parent146eb665d0fd660260992b7730ddab9af5801239 (diff)
downloadnixpkgs-a87e2ae717667db69394634f580a948c86790a11.tar
nixpkgs-a87e2ae717667db69394634f580a948c86790a11.tar.gz
nixpkgs-a87e2ae717667db69394634f580a948c86790a11.tar.bz2
nixpkgs-a87e2ae717667db69394634f580a948c86790a11.tar.lz
nixpkgs-a87e2ae717667db69394634f580a948c86790a11.tar.xz
nixpkgs-a87e2ae717667db69394634f580a948c86790a11.tar.zst
nixpkgs-a87e2ae717667db69394634f580a948c86790a11.zip
fix eval
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index e59b24d524a..899173b5ebc 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -310,10 +310,10 @@ in rec {
   tests.udisks2 = callTest tests/udisks2.nix {};
   tests.virtualbox = callTest tests/virtualbox.nix {};
   tests.xfce = callTest tests/xfce.nix {};
-  tests.bootBiosCdrom = forAllSystems (system: scrubDrv (import tests/boot.nix { inherit system; }).bootBiosCdrom);
-  tests.bootBiosUsb = forAllSystems (system: scrubDrv (import tests/boot.nix { inherit system; }).bootBiosUsb);
-  tests.bootUefiCdrom = forAllSystems (system: scrubDrv (import tests/boot.nix { inherit system; }).bootUefiCdrom);
-  tests.bootUefiUsb = forAllSystems (system: scrubDrv (import tests/boot.nix { inherit system; }).bootUefiUsb);
+  tests.bootBiosCdrom = forAllSystems (system: hydraJob (import tests/boot.nix { inherit system; }).bootBiosCdrom);
+  tests.bootBiosUsb = forAllSystems (system: hydraJob (import tests/boot.nix { inherit system; }).bootBiosUsb);
+  tests.bootUefiCdrom = forAllSystems (system: hydraJob (import tests/boot.nix { inherit system; }).bootUefiCdrom);
+  tests.bootUefiUsb = forAllSystems (system: hydraJob (import tests/boot.nix { inherit system; }).bootUefiUsb);
 
 
   /* Build a bunch of typical closures so that Hydra can keep track of