🐛 [shared] Moved nixfmt to formatters.nix

This commit is contained in:
2025-04-16 10:39:49 +02:00
parent 3c5484f1a1
commit 7ed64943a6
2 changed files with 1 additions and 3 deletions

View File

@ -3,6 +3,7 @@
{
environment.systemPackages = with pkgs; [
nodePackages.prettier
nixfmt-rfc-style
treefmt
shfmt
];

View File

@ -2,10 +2,7 @@
{
environment.systemPackages = with pkgs; [
# Language servers
nixd
nil
# Formatters
nixfmt-rfc-style
];
}