From 379ff7edaa976a0e278fba739a03ea435bdabca8 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 1 Mar 2016 23:56:52 +0100 Subject: profiles/tests: Fix up upstream test names With NixOS/nixpkgs#13585 landing (NixOS/nixpkgs@f70ec0d) in master, the tests are now named differently, so we need to fix it. Signed-off-by: aszlig --- modules/profiles/tests.nix | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'modules/profiles') diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix index 599093f3..106b5fba 100644 --- a/modules/profiles/tests.nix +++ b/modules/profiles/tests.nix @@ -15,10 +15,10 @@ let } { check = config.vuizvui.createISO; paths = [ - ["nixos" "bootBiosCdrom"] - ["nixos" "bootBiosUsb"] - ["nixos" "bootUefiCdrom"] - ["nixos" "bootUefiUsb"] + ["nixos" "boot" "biosCdrom"] + ["nixos" "boot" "biosUsb"] + ["nixos" "boot" "uefiCdrom"] + ["nixos" "boot" "uefiUsb"] ]; } { check = config.services.cadvisor.enable; @@ -231,7 +231,13 @@ let path = ["nixos" "udisks2"]; } { check = config.virtualisation.virtualbox.host.enable; - path = ["nixos" "virtualbox"]; + paths = [ + ["nixos" "virtualbox" "host-usb-permissions"] + ["nixos" "virtualbox" "net-hostonlyif"] + ["nixos" "virtualbox" "simple-cli"] + ["nixos" "virtualbox" "simple-gui"] + ["nixos" "virtualbox" "systemd-detect-virt"] + ]; } { check = config.services.xserver.desktopManager.xfce.enable; path = ["nixos" "xfce"]; -- cgit 1.4.1