Skip to content

Commit 79c7cf3

Browse files
faukahamaanq
authored andcommitted
chore(flake.nix): set formatter to nixfmt
Nixfmt, the official nix formatter, has been the default in projects like nixpkgs for a while now and has replaced the nixpkgs-fmt. Signed-off-by: Amaan Qureshi <[email protected]>
1 parent 2ec32f5 commit 79c7cf3

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
@@ -115,7 +115,7 @@
115115
];
116116
in
117117
{
118-
formatter = pkgs.nixpkgs-fmt;
118+
formatter = pkgs.nixfmt;
119119

120120
packages = {
121121
default =

0 commit comments

Comments
 (0)