We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d172e commit a2bb14aCopy full SHA for a2bb14a
formatter/flake-module.nix
@@ -13,6 +13,8 @@
13
"*.age"
14
"non-critical-infra/secrets/*"
15
];
16
+
17
+ programs.actionlint.enable = true;
18
programs.terraform.enable = true;
19
programs.deadnix.enable = true;
20
programs.nixfmt.enable = true;
0 commit comments