diff --git a/shell.nix b/shell.nix deleted file mode 100644 index beddcc7..0000000 --- a/shell.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs ? import {} }: - -pkgs.mkShell { - buildInputs = with pkgs; [ - nodejs-16_x - deno - nodePackages.json - nodePackages.triton - ]; - - shellHook = '' - eval "$(triton env --triton)" - ''; -}