lab/nix-dendritic-example/modules/formatting.nix

8 lines
91 B
Nix
Raw Normal View History

2025-07-22 20:55:21 +01:00
{
perSystem =
{ pkgs, ... }:
{
formatter = pkgs.nixfmt-rfc-style;
};
}