chore(vscode): configure nix-env

This commit is contained in:
Harsh Shandilya 2023-02-03 16:04:22 +00:00
parent 6dd4d40579
commit 3d770f4c2e
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{
"rust-analyzer.cargo.features": "all"
"rust-analyzer.cargo.features": "all",
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}