yubi-oath-rs/treefmt.nix

8 lines
159 B
Nix
Raw Normal View History

2025-02-06 12:02:12 +01:00
{ ... }:
{
projectRootFile = "flake.nix";
programs.nixfmt-rfc-style.enable = true;
programs.rustfmt.enable = true;
programs.toml-sort.enable = true;
}