diff --git a/.vscode/settings.json b/.vscode/settings.json index 186d12056..c557a1507 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,6 @@ "rust-analyzer.diagnostics.disabled": [ "mismatched-arg-count" ], - "rust-analyzer.check.command": "clippy" + "rust-analyzer.check.command": "clippy", + "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix" } \ No newline at end of file