Skip to content

Commit b64488a

Browse files
committed
Add a formatter
1 parent a3c1f0a commit b64488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f (pkgsFor system));
2727
in
2828
{
29-
formatter = forAllSystems ({ pkgs, ... }: pkgs.nixfmt-rfc-style);
29+
formatter = forAllSystems ({ pkgs, ... }: pkgs.nixfmt-tree);
3030
packages = forAllSystems (
3131
{ pkgs, ... }:
3232
with pkgs;

0 commit comments

Comments
 (0)