mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
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.
19 lines
419 B
TOML
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 = [ "*" ]
|