nixpkgs-suyu/nixos/tests/installed-tests/appstream.nix

10 lines
136 B
Nix
Raw Normal View History

{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.appstream;
testConfig = {
appstream.enable = true;
};
}