Add triton to nix shell
This commit is contained in:
parent
21187c992c
commit
aefe01700a
1 changed files with 3 additions and 1 deletions
|
@ -3,9 +3,11 @@ mkShell {
|
|||
buildInputs = [
|
||||
nodejs
|
||||
deno
|
||||
nodePackages.json
|
||||
nodePackages.triton
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
export PATH="$PATH:/home/ben/.deno/bin"
|
||||
eval "$(triton env --triton)"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue