We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bc935 commit fb63430Copy full SHA for fb63430
flake.nix
@@ -37,6 +37,7 @@
37
devShells.web = pkgs.mkShell {
38
name = "web";
39
buildInputs = with pkgs; [
40
+ deno
41
nodejs
42
typescript
43
];
0 commit comments