11 lines
100 B
Nix
11 lines
100 B
Nix
_: {
|
|
perSystem =
|
|
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
formatter = pkgs.nixfmt;
|
|
};
|
|
}
|