From 3d770f4c2e15506fcf04ce074d317eea3fa7209c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 3 Feb 2023 16:04:22 +0000 Subject: [PATCH] chore(vscode): configure nix-env --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 39a5ca1..cb89389 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "rust-analyzer.cargo.features": "all" + "rust-analyzer.cargo.features": "all", + "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix" }