switch to deno

This commit is contained in:
arne 2024-03-20 23:55:41 +01:00
commit a7bbe6180d
9 changed files with 304 additions and 97 deletions

View file

@ -9,9 +9,7 @@
in {
devShell.${system} = pkgs.mkShell rec {
buildInputs = [
pkgs.nodejs-18_x
pkgs.nodePackages.pnpm
pkgs.bun
pkgs.deno
];
};
};