fmt: better formatting
This commit is contained in:
1
justfile
1
justfile
@@ -22,4 +22,3 @@ fmt:
|
|||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
nix fmt
|
nix fmt
|
||||||
# shouldn't actually be that hard to put into nix fmt but lazyyy
|
# shouldn't actually be that hard to put into nix fmt but lazyyy
|
||||||
terraform fmt
|
|
||||||
|
|||||||
@@ -17,5 +17,6 @@
|
|||||||
programs.shfmt.enable = true;
|
programs.shfmt.enable = true;
|
||||||
programs.yamlfmt.enable = true;
|
programs.yamlfmt.enable = true;
|
||||||
programs.just.enable = true;
|
programs.just.enable = true;
|
||||||
|
programs.terraform.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user