Merge pull request #193445 from aaronjheng/mongosh-1.6.0

This commit is contained in:
Franz Pletz 2022-09-29 13:18:03 +02:00 committed by GitHub
commit 118f21d866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 422 additions and 442 deletions

View file

@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-14_x"}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-16_x"}:
let
nodeEnv = import ../../../node-packages/node-env.nix {

File diff suppressed because it is too large Load diff

View file

@ -16,6 +16,6 @@ node2nix \
--output gen/packages.nix \
--composition gen/composition.nix \
--strip-optional-dependencies \
--nodejs-14
--nodejs-16
popd 1>/dev/null