switch from nixpkgs-fmt to nixfmt-classic

This commit is contained in:
fleaz 2024-07-15 23:07:21 +02:00
parent effa158913
commit 004b723cd4
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 2 additions and 4 deletions

View file

@ -105,8 +105,6 @@ in
pwgen
magic-wormhole
nixpkgs-fmt
# kubernetes stuff
kubectl
krew

View file

@ -5,7 +5,7 @@
withPython3 = true;
extraPackages = with pkgs; [
nil
nixpkgs-fmt
nixfmt-classic
gopls
pyright
(python3.withPackages (ps: with ps; [
@ -182,7 +182,7 @@
['nil'] = {
testSetting = 42,
formatting = {
command = { "nixpkgs-fmt" },
command = { "nixfmt-classic" },
},
},
},