From da49bc8b6627fdfe39cbe38e919296be9df576ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 2 Oct 2022 22:23:27 +0200 Subject: [PATCH] Small nix shell --- shell.nix | 7 ------- 1 file changed, 7 deletions(-) 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)" - ''; }