From c1720b9381064b794e4a4e27aa16c852fccff2fa Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 13 Jan 2023 13:04:20 +0000 Subject: [PATCH] chore: automatically use `shell.nix` for Nix Env --- .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