Files
athenix/parts/formatter.nix

10 lines
142 B
Nix

# Formatter configuration for flake-parts
{ ... }:
{
perSystem =
{ pkgs, ... }:
{
formatter = pkgs.nixfmt-rfc-style;
};
}