Adding nix env selector settings.

This commit is contained in:
Ulysse Cura 2026-07-16 22:59:11 +02:00
parent f656c1efc8
commit 3a62a33cf5
1 changed files with 4 additions and 0 deletions

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

@ -0,0 +1,4 @@
{
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix",
"nixEnvSelector.useFlakes": false
}