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 pwgen
magic-wormhole magic-wormhole
nixpkgs-fmt
# kubernetes stuff # kubernetes stuff
kubectl kubectl
krew krew

View file

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