Skip to content

Commit

Permalink
Fix env file path
Browse files Browse the repository at this point in the history
  • Loading branch information
kip93 committed May 16, 2022
1 parent 252b6e9 commit 30091e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 30091e1

Please sign in to comment.