Properly configure Nix environment in VS Code

This commit is contained in:
Hanno Braun 2024-12-10 18:22:35 +01:00
parent 8723af81ba
commit ca63735015

View File

@ -1,4 +1,5 @@
{
"editor.formatOnSave": true,
"rust-analyzer.check.command": "clippy"
"rust-analyzer.check.command": "clippy",
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}