Fuck shell.nix

pull/2/head
Benjamin Bädorf 2023-02-26 18:34:20 +01:00
parent 70443d8216
commit d5080e5483
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
nodejs-16_x
deno
nodePackages.json
nodePackages.triton
];
shellHook = ''
eval "$(triton env --triton)"
'';
}