Skip to content

Commit 2951bd0

Browse files
committed
✏️ Fixed wrong treefmt formatter on the Golang template
1 parent bfe73ea commit 2951bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/go/treefmt.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ ... }:
22
{
33
projectRootFile = "flake.nix";
4-
programs.black.enable = true;
54
programs.gofmt.enable = true;
5+
programs.nixfmt.enable = true;
66
}

0 commit comments

Comments
 (0)