Files
clan-core/templates/minimal-flake-parts/formatter.nix
2024-11-09 23:08:14 +01:00

11 lines
100 B
Nix

_: {
perSystem =
{
pkgs,
...
}:
{
formatter = pkgs.nixfmt;
};
}