switch from nixpkgs-fmt to nixfmt-classic
This commit is contained in:
parent
effa158913
commit
004b723cd4
|
@ -105,8 +105,6 @@ in
|
|||
pwgen
|
||||
magic-wormhole
|
||||
|
||||
nixpkgs-fmt
|
||||
|
||||
# kubernetes stuff
|
||||
kubectl
|
||||
krew
|
||||
|
|
|
@ -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" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue