dendritic-example/modules/formatting.nix
2025-07-22 20:55:21 +01:00

7 lines
91 B
Nix

{
perSystem =
{ pkgs, ... }:
{
formatter = pkgs.nixfmt-rfc-style;
};
}