diff --git a/shell.nix b/shell.nix index fecb5b2..bc49814 100644 --- a/shell.nix +++ b/shell.nix @@ -1,13 +1,6 @@ with (import (fetchTarball https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz) {}); mkShell { buildInputs = [ - nodejs deno - nodePackages.json - nodePackages.triton ]; - - shellHook = '' - eval "$(triton env --triton)" - ''; }