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