mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +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 {
|
cfg = (import ../lib/eval-config.nix {
|
||||||
system = if use64bitGuest then "x86_64-linux" else "i686-linux";
|
system = if use64bitGuest then "x86_64-linux" else "i686-linux";
|
||||||
modules = [
|
modules = [
|
||||||
../modules/profiles/minimal.nix
|
|
||||||
(testVMConfig vmName vmScript)
|
(testVMConfig vmName vmScript)
|
||||||
];
|
];
|
||||||
}).config;
|
}).config;
|
||||||
|
Loading…
Reference in New Issue
Block a user