chore: add nix file to vscode config

This commit is contained in:
Paul Makles
2023-10-16 09:23:11 +01:00
parent 7132877201
commit 0b6e5dd9db

View File

@@ -1,5 +1,6 @@
{
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.command": "clippy",
"nixEnvSelector.suggestion": false
"nixEnvSelector.suggestion": false,
"nixEnvSelector.nixFile": "${workspaceRoot}/default.nix"
}