fix: treefmt
This commit is contained in:
parent
280fea9ef9
commit
5b733ceb84
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@
|
|||
shfmt.enable = true;
|
||||
yamlfmt.enable = true;
|
||||
};
|
||||
|
||||
settings.formatter = {
|
||||
nixpkgs-fmt.excludes = [ "secret/**/*.nix" ];
|
||||
};
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
|
|
Loading…
Reference in a new issue