Small nix shell

This commit is contained in:
Benjamin Bädorf 2022-10-02 22:23:27 +02:00
parent 5dcfae9665
commit da49bc8b66
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -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)"
'';
}