From ca6373501527a8e005ea5db2265d60decff7c609 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 10 Dec 2024 18:22:35 +0100 Subject: [PATCH] Properly configure Nix environment in VS Code --- experiments/2024-12-09/.vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/experiments/2024-12-09/.vscode/settings.json b/experiments/2024-12-09/.vscode/settings.json index 15703008b..8a43eb89a 100644 --- a/experiments/2024-12-09/.vscode/settings.json +++ b/experiments/2024-12-09/.vscode/settings.json @@ -1,4 +1,5 @@ { "editor.formatOnSave": true, - "rust-analyzer.check.command": "clippy" + "rust-analyzer.check.command": "clippy", + "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix" } \ No newline at end of file