fix vscode formatter settings for nix

This commit is contained in:
Kim, Jimin 2024-10-27 14:22:31 +09:00
parent 6e8c3b8c70
commit 37e2bb219a
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -16,7 +16,7 @@
"editor.formatOnSave": true,
"nix.formatterPath": "nixpkgs-fmt",
"nix.formatterPath": "nixfmt",
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",