We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe73ea commit 2951bd0Copy full SHA for 2951bd0
templates/go/treefmt.nix
@@ -1,6 +1,6 @@
1
{ ... }:
2
{
3
projectRootFile = "flake.nix";
4
- programs.black.enable = true;
5
programs.gofmt.enable = true;
+ programs.nixfmt.enable = true;
6
}
0 commit comments