wynntils-waypoints/treefmt.nix

9 lines
116 B
Nix
Raw Normal View History

2024-12-28 17:37:22 +01:00
{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;
deno.enable = true;
};
}