.dotfiles/nix/formatter.nix
2025-07-04 18:24:19 +02:00

6 lines
77 B
Nix

_:
{
perSystem = { pkgs, ... }: {
formatter = pkgs.nixpkgs-fmt;
};
}