mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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 <nevivurn@nevi.dev>
This commit is contained in:
parent
2057814051
commit
bb99280c9c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user