flake-base/treefmt.nix

6 lines
111 B
Nix

{ ... }:
{
projectRootFile = "flake.nix";
programs.nixfmt.enable = true;
programs.shfmt.enable = true;
}