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 = [
|
buildInputs = [
|
||||||
nodejs
|
nodejs
|
||||||
deno
|
deno
|
||||||
|
nodePackages.json
|
||||||
|
nodePackages.triton
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export PATH="$PATH:/home/ben/.deno/bin"
|
eval "$(triton env --triton)"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue