chore(vscode): configure nix-env extension

This commit is contained in:
Harsh Shandilya 2023-01-24 17:10:38 +00:00
parent a0ba1db28a
commit ae1e2a203f
1 changed files with 3 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}