try out alejandra and shorten bin paths
This commit is contained in:
parent
59ca85f8d6
commit
f69efddb53
2 changed files with 5 additions and 4 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -11,12 +11,12 @@
|
|||
"files.trimTrailingWhitespace": true,
|
||||
"sops.defaults.ageKeyFile": "age.key",
|
||||
"nix.enableLanguageServer": true,
|
||||
"nix.serverPath": "/run/current-system/sw/bin/nixd",
|
||||
"nix.formatterPath": "/run/current-system/sw/bin/nixfmt",
|
||||
"nix.serverPath": "nixd",
|
||||
"nix.formatterPath": "alejandra",
|
||||
"nix.serverSettings": {
|
||||
"nixd": {
|
||||
"formatting": {
|
||||
"command": ["nixfmt"]
|
||||
"command": ["alejandra"]
|
||||
},
|
||||
"options": {
|
||||
"nixos": {
|
||||
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
},
|
||||
"nix": {
|
||||
"binary": "/run/current-system/sw/bin/nix",
|
||||
"binary": "nix",
|
||||
"maxMemoryMB": null,
|
||||
"flake": {
|
||||
"autoEvalInputs": true,
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
nixd
|
||||
nixpkgs-fmt
|
||||
unstable.nixfmt-rfc-style # nixfmt RFC 166-style compatible with nixpkgs soon
|
||||
alejandra
|
||||
|
||||
# dev
|
||||
bash-language-server
|
||||
|
|
Loading…
Reference in a new issue