Skip to content

Commit

Permalink
Add configuration for Nix Environment Selector
Browse files Browse the repository at this point in the history
This is a VS Code extension that I use to make rust-analyzer work with
the `shell.nix` that I added in the previous commit.
  • Loading branch information
hannobraun committed Nov 22, 2023
1 parent 05fb140 commit 686f205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"rust-analyzer.diagnostics.disabled": [
"mismatched-arg-count"
],
"rust-analyzer.check.command": "clippy"
"rust-analyzer.check.command": "clippy",
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}

0 comments on commit 686f205

Please sign in to comment.