switch to nixfmt from nixpkgs-fmt

This commit is contained in:
Jörg Thalheim
2024-07-15 16:47:54 +02:00
parent 44330ddcff
commit a54dc76af1
2 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@
"security.workspace.trust.enabled": false,
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"nix.formatterPath": "nixpkgs-fmt",
"nix.formatterPath": "nixfmt",
"nix.serverSettings": {
"nixd": {
"formatting": {
"command": "nixpkgs-fmt"
"command": "nixfmt"
},
"options": {
"nixos": {