1 { pkgs, stdenv, lib, testers, mongosh }:
4 nodePackages = import ./gen/composition.nix {
6 inherit (stdenv.hostPlatform) system;
9 nodePackages.mongosh.override {
10 passthru.tests.version = testers.testVersion {
15 homepage = "https://www.mongodb.com/try/download/shell";
16 description = "The MongoDB Shell";
17 maintainers = with maintainers; [ aaronjheng ];
18 license = licenses.asl20;
19 mainProgram = "mongosh";