Update nixfmt command to use pkgs.nixfmt

This commit is contained in:
jtliang24 2026-01-07 22:33:48 -05:00 committed by GitHub
commit 2973ce1a6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@
};
nixfmt = {
command = getExe pkgs.nixfmt-rfc-style;
command = getExe pkgs.nixfmt;
};
};