tests/anyrun: add empty css test
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
8969535f1c
commit
d7e794fe12
2 changed files with 11 additions and 0 deletions
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
||||
anyrun = ./basic-config.nix;
|
||||
anyrun-empty-css = ./empty-css.nix;
|
||||
}
|
||||
|
|
|
|||
10
tests/modules/programs/anyrun/empty-css.nix
Normal file
10
tests/modules/programs/anyrun/empty-css.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs.anyrun = {
|
||||
enable = true;
|
||||
config.plugins = [ ];
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.config/anyrun/style.css
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue