aa526eb20f
GitOrigin-RevId: fcd48a5a0693f016a5c370460d0c2a8243b882dc
9 lines
136 B
Nix
9 lines
136 B
Nix
{ pkgs, makeInstalledTest, ... }:
|
|
|
|
makeInstalledTest {
|
|
tested = pkgs.appstream;
|
|
|
|
testConfig = {
|
|
appstream.enable = true;
|
|
};
|
|
}
|