refactor(nix): use nixfmt-rfc-style

This commit is contained in:
Price Hiller 2024-04-19 22:24:13 -05:00
parent 755118549c
commit 68f273c805
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -15,7 +15,7 @@
runtimeInputs = with pkgs; [
stylua
gnugrep
nixfmt
nixfmt-rfc-style
nodePackages.prettier
shfmt
];