nixpkgs-odroid-hc4/nixos/tests/installed-tests/appstream.nix
2025-12-20 09:59:59 +11:00

9 lines
136 B
Nix

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