mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
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;
|
||||
}
|
||||
|
||||
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
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user