mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
formatter: add deadnix (#7331)
This commit is contained in:
parent
da077f20db
commit
76d0c31fce
11 changed files with 62 additions and 73 deletions
|
|
@ -55,6 +55,7 @@
|
|||
pkgs.treefmt.withConfig {
|
||||
runtimeInputs = with pkgs; [
|
||||
nixfmt-rfc-style
|
||||
deadnix
|
||||
keep-sorted
|
||||
];
|
||||
settings = pkgs.lib.importTOML ./treefmt.toml;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue