fmt: better formatting
This commit is contained in:
1
justfile
1
justfile
@@ -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
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
programs.shfmt.enable = true;
|
||||
programs.yamlfmt.enable = true;
|
||||
programs.just.enable = true;
|
||||
programs.terraform.enable = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user