nixos/treefmt.nix

6 lines
79 B
Nix
Raw Normal View History

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