Files
clan-core/templates/clan/minimal-flake-parts/formatter.nix
Qubasa 3a772a5f56 Revert "Cleanup templates"
This reverts commit a3a81a959a.
2025-06-28 22:42:39 +07:00

11 lines
100 B
Nix

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