mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
treefmt: handle deadnix excludes
This commit is contained in:
parent
62fdc8d410
commit
475d35797d
1 changed files with 1 additions and 5 deletions
|
|
@ -7,12 +7,8 @@ includes = [ "*.nix" ]
|
|||
|
||||
[formatter.deadnix]
|
||||
command = "deadnix"
|
||||
options = [ "--edit", "--no-lambda-arg" ]
|
||||
options = [ "--edit", "--no-lambda-arg", "--no-lambda-pattern-names" ]
|
||||
includes = [ "*.nix" ]
|
||||
excludes = [
|
||||
"tests/integration/standalone/alice-home-init.nix",
|
||||
"tests/integration/standalone/home-with-symbols-init.nix"
|
||||
]
|
||||
|
||||
[formatter.keep-sorted]
|
||||
command = "keep-sorted"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue