flake-base/treefmt.nix

7 lines
111 B
Nix
Raw Normal View History

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