diff --git a/shell.nix b/shell.nix index 4a24627..fecb5b2 100644 --- a/shell.nix +++ b/shell.nix @@ -3,9 +3,11 @@ mkShell { buildInputs = [ nodejs deno + nodePackages.json + nodePackages.triton ]; shellHook = '' - export PATH="$PATH:/home/ben/.deno/bin" + eval "$(triton env --triton)" ''; }