From 30091e134311a5d3f512947153404c0c6bf5fe5c Mon Sep 17 00:00:00 2001 From: Leandro Emmanuel Reina Kiperman Date: Mon, 16 May 2022 23:45:20 +0200 Subject: [PATCH] Fix env file path --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 984e952..aa55dac 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -79,7 +79,7 @@ // Nix "nix.enableLanguageServer": true, "nixEnvSelector.suggestion": true, - "nixEnvSelector.nixFile": "${workspaceFolder}/env.nix", + "nixEnvSelector.nixFile": "${workspaceRoot}/env.nix", // Shell "shellcheck.enable": true,