More README info
This commit is contained in:
parent
6a70f079c7
commit
37df0c0575
7 changed files with 83 additions and 20 deletions
|
@ -11,13 +11,13 @@
|
|||
|
||||
inherit (pkgs) mkShell;
|
||||
|
||||
nodejs = pkgs.nodejs;
|
||||
nodejs = pkgs.nodejs-18_x;
|
||||
pnpm = pkgs.nodePackages.pnpm;
|
||||
yarn = pkgs.yarn;
|
||||
yarn = (pkgs.yarn.override { inherit nodejs; });
|
||||
in {
|
||||
devShells = {
|
||||
default = mkShell {
|
||||
buildInputs = [ nodejs pnpm (yarn.override { inherit nodejs; }) ];
|
||||
buildInputs = [ nodejs pnpm yarn ];
|
||||
|
||||
shellHook = ''
|
||||
echo "node `${nodejs}/bin/node --version`"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue