chore: automatically use `shell.nix` for Nix Env

This commit is contained in:
Harsh Shandilya 2023-01-13 13:04:20 +00:00
parent 16631960ee
commit c1720b9381
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"
}