Add shell.nix

Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
This commit is contained in:
Dimitris Zervas
2024-07-28 16:24:03 +03:00
parent 620fa429cf
commit 1b3f400f3f
2 changed files with 37 additions and 1 deletions

View File

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