From b2febf1b132e594eb7b286bef7ed23bf1f093d89 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 31 Jul 2025 22:30:12 -0400 Subject: [PATCH] Use nix for launch --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b1ae944..3a74075 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ { - "command": "deno task dev", + "command": "nix run nixpkgs#deno task dev", "name": "Development server", "request": "launch", "type": "node-terminal"