nix-builder-autoscaler/treefmt.nix

8 lines
160 B
Nix
Raw Normal View History

2026-02-27 11:59:16 +01:00
{ pkgs, ... }:
{
projectRootFile = "flake.nix";
programs.nixfmt.enable = true;
programs.ruff-check.enable = true;
programs.ruff-format.enable = true;
}