@cryptotaxi247 / infra-1 / commits / 14d172e3

treefmt: ignore age and sops files

Jörg Thalheim committed Dec 1, 2024 at 20:30 UTC 14d172e3a40ac4e3122fcc9441761017873f0459
1 file changed +4
formatter/flake-module.nix
+4
@@ -9,6 +9,10 @@
9 # Used to find the project root
10 projectRootFile = ".git/config";
11
12 + settings.global.excludes = [
13 + "*.age"
14 + "non-critical-infra/secrets/*"
15 + ];
16 programs.terraform.enable = true;
17 programs.deadnix.enable = true;
18 programs.nixfmt.enable = true;