tests/anyrun: add empty css test
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
|
||||
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
||||
anyrun = ./basic-config.nix;
|
||||
anyrun-empty-css = ./empty-css.nix;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.anyrun = {
|
||||
enable = true;
|
||||
config.plugins = [ ];
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertPathNotExists home-files/.config/anyrun/style.css
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user