1
0
Fork 0

fix: treefmt

This commit is contained in:
Daniel Kempkens 2023-07-13 23:40:10 +02:00
parent 5b733ceb84
commit 81b4a12e1a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -135,7 +135,7 @@
}; };
settings.formatter = { settings.formatter = {
nixpkgs-fmt.excludes = [ "secret/**/*.nix" ]; nixpkgs-fmt.excludes = [ "**/secret/**/*.nix" ];
}; };
}; };