10 lines
142 B
Nix
10 lines
142 B
Nix
# Formatter configuration for flake-parts
|
|
{ ... }:
|
|
{
|
|
perSystem =
|
|
{ pkgs, ... }:
|
|
{
|
|
formatter = pkgs.nixfmt-rfc-style;
|
|
};
|
|
}
|