···4242 # It has been possible since https://github.com/flatpak/flatpak/releases/tag/1.3.2
4343 # to build a SELinux policy module.
44444545+ # TODO: use sysusers.d
4546 users.users.flatpak = {
4647 description = "Flatpak system helper";
4748 group = "flatpak";
+6
nixos/tests/installed-tests/default.nix
···50505151 environment.systemPackages = with pkgs; [ gnome-desktop-testing ];
52525353+ # The installed tests need to be added to the test VM’s closure.
5454+ # Otherwise, their dependencies might not actually be registered
5555+ # as valid paths in the VM’s Nix store database,
5656+ # and `nix-store --query` commands run as part of the tests
5757+ # (for example when building Flatpak runtimes) will fail.
5858+ environment.variables.TESTED_PACKAGE_INSTALLED_TESTS = "${tested.installedTests}/share";
5359 };
54605561 testScript =