From c382b1d84c39d812eb16cf7d3da5675381d4d9f4 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 11 May 2023 13:13:27 +0530 Subject: [PATCH] chore: add nix-ide VSCode config --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..12b229e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix" +} \ No newline at end of file