nix-config/flake-modules/formatting.nix
Oliver Davies 26072b5cff
All checks were successful
/ check (push) Successful in 1m28s
Extract flake modules
2025-07-09 02:35:21 +01:00

7 lines
91 B
Nix

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