Skip to content

Commit

Permalink
✏️ Fixed wrong treefmt formatter on the Golang template
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed Jan 10, 2025
1 parent bfe73ea commit 2951bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/go/treefmt.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ ... }:
{
projectRootFile = "flake.nix";
programs.black.enable = true;
programs.gofmt.enable = true;
programs.nixfmt.enable = true;
}

0 comments on commit 2951bd0

Please sign in to comment.