Enable statix's empty_pattern rule and apply its auto-fixes across the affected modules and tests.
7 lines
108 B
Nix
7 lines
108 B
Nix
{
|
|
programs.atool.enable = false;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists "home-files/.atoolrc"
|
|
'';
|
|
}
|