fmt: better formatting

This commit is contained in:
2025-09-09 15:27:42 -05:00
parent fe20cd2db2
commit 82c7eed868
2 changed files with 1 additions and 1 deletions

View File

@@ -22,4 +22,3 @@ fmt:
set -euxo pipefail
nix fmt
# shouldn't actually be that hard to put into nix fmt but lazyyy
terraform fmt

View File

@@ -17,5 +17,6 @@
programs.shfmt.enable = true;
programs.yamlfmt.enable = true;
programs.just.enable = true;
programs.terraform.enable = true;
}