From bb99280c9c4e56e427522b5689f56527db3a1280 Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Tue, 14 May 2024 18:12:28 +0200 Subject: nixosTests.virtualbox: remove minimal profile This fixes build failures with the wayland dependency: Quoting @nevivurn: "guestadditions->...->wayland, but the test config pulls in modules/profiles/minimal.nix which disables xlibs and thus it won't build" Co-authored-by: Yongun Seong --- nixos/tests/virtualbox.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos') diff --git a/nixos/tests/virtualbox.nix b/nixos/tests/virtualbox.nix index 3c2a391233dbd..5fce3ba548123 100644 --- a/nixos/tests/virtualbox.nix +++ b/nixos/tests/virtualbox.nix @@ -98,7 +98,6 @@ let cfg = (import ../lib/eval-config.nix { system = if use64bitGuest then "x86_64-linux" else "i686-linux"; modules = [ - ../modules/profiles/minimal.nix (testVMConfig vmName vmScript) ]; }).config; -- cgit 1.4.1