forked from pub-solar/pub.solar
Small nix shell
This commit is contained in:
parent
5dcfae9665
commit
da49bc8b66
|
@ -1,13 +1,6 @@
|
||||||
with (import (fetchTarball https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz) {});
|
with (import (fetchTarball https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz) {});
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
nodejs
|
|
||||||
deno
|
deno
|
||||||
nodePackages.json
|
|
||||||
nodePackages.triton
|
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
|
||||||
eval "$(triton env --triton)"
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue