Files
clan-core/templates/clan/flake-parts-minimal/formatter.nix

11 lines
100 B
Nix

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