Add node-latest environment
This commit is contained in:
parent
cf33f63acc
commit
d92ca417a2
4 changed files with 56 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
let
|
||||
overlays = [
|
||||
(final: prev: rec {
|
||||
nodejs = prev.nodejs-18_x;
|
||||
nodejs = prev.nodejs;
|
||||
pnpm = prev.nodePackages.pnpm;
|
||||
yarn = (prev.yarn.override { inherit nodejs; });
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue