nixosTests.flatpak-builder: enable portals

Forgot about this test. Shouldn't fail with an assertion
error anymore.
This commit is contained in:
worldofpeace 2019-07-30 23:52:25 -04:00
parent 33d3777986
commit 6a79f6fb71

View File

@ -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;
};