nixosTests.flatpak: fix eval
optionalPackages are deprecated.
This commit is contained in:
parent
eee5986ac3
commit
d7c8ad7d69
@ -8,7 +8,7 @@ makeInstalledTest {
|
|||||||
services.xserver.desktopManager.gnome3.enable = true; # TODO: figure out minimal environment where the tests work
|
services.xserver.desktopManager.gnome3.enable = true; # TODO: figure out minimal environment where the tests work
|
||||||
# common/x11.nix enables the auto display manager (lightdm)
|
# common/x11.nix enables the auto display manager (lightdm)
|
||||||
services.xserver.displayManager.gdm.enable = false;
|
services.xserver.displayManager.gdm.enable = false;
|
||||||
environment.gnome3.excludePackages = pkgs.gnome3.optionalPackages;
|
services.gnome3.core-utilities.enable = false;
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
environment.systemPackages = with pkgs; [ gnupg ostree python2 ];
|
environment.systemPackages = with pkgs; [ gnupg ostree python2 ];
|
||||||
virtualisation.memorySize = 2047;
|
virtualisation.memorySize = 2047;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user