1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/treefmt.toml
Robert Helgesson bf893ad4cb
tests: re-add module argument
These were removed as part of dead code removal, but they are actually
needed in the integration tests for comparing with the configuration
generated by the installation.
2025-07-13 12:27:35 +02:00

19 lines
419 B
TOML

on-unmatched = "info"
tree-root-file = "release.json"
[formatter.nixfmt]
command = "nixfmt"
includes = [ "*.nix" ]
[formatter.deadnix]
command = "deadnix"
options = [ "--edit", "--no-lambda-arg" ]
includes = [ "*.nix" ]
excludes = [
"tests/integration/standalone/alice-home-init.nix",
"tests/integration/standalone/home-with-symbols-init.nix"
]
[formatter.keep-sorted]
command = "keep-sorted"
includes = [ "*" ]