nixosTests.flatpak-builder: enable portals
Forgot about this test. Shouldn't fail with an assertion error anymore.
This commit is contained in:
parent
33d3777986
commit
6a79f6fb71
@ -9,6 +9,7 @@ import ./make-test.nix ({ pkgs, ... }:
|
||||
|
||||
machine = { pkgs, ... }: {
|
||||
services.flatpak.enable = true;
|
||||
xdg.portal.enable = true;
|
||||
environment.systemPackages = with pkgs; [ gnome-desktop-testing flatpak-builder ] ++ flatpak-builder.installedTestsDependencies;
|
||||
virtualisation.diskSize = 2048;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user