Skip to content

Commit

Permalink
Switch to nixd (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdalpra authored Aug 18, 2024
1 parent 7b05149 commit a705159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,14 @@
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
"nix.enableLanguageServer": true,
"nix.formatterPath": "nixpkgs-fmt",
"nix.serverPath": "nil",
"nix.serverPath": "nixd",
"nix.serverSettings": {
"nil": {
"nixd": {
"formatting": {
"command": [
"nixpkgs-fmt"
]
},
"nix": {
"flake": {
"autoEvalInputs": true,
"nixpkgsInputName": "nixpkgs"
}
}
}
},
"files.watcherExclude": {
Expand Down
2 changes: 1 addition & 1 deletion lib/dev-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
cachix
git-secret
nixpkgs-fmt
unstable.nil
unstable.nixd
agenixBin
agenixFile
];
Expand Down

0 comments on commit a705159

Please sign in to comment.