1{ pkgs, makeInstalledTest, ... }: 2 3makeInstalledTest { 4 tested = pkgs.appstream; 5 6 testConfig = { 7 appstream.enable = true; 8 }; 9}