9 source = lib.importJSON ./source.json;
13 inherit (source) version;
16 url = "https://registry.npmjs.org/mongosh/-/${source.filename}";
17 hash = source.integrity;
21 ln -s ${./package-lock.json} package-lock.json
24 npmDepsHash = source.deps;
26 makeCacheWritable = true;
28 npmFlags = [ "--omit=optional" ];
31 tests.version = testers.testVersion {
34 updateScript = ./update.sh;
38 homepage = "https://www.mongodb.com/try/download/shell";
39 description = "The MongoDB Shell";
40 maintainers = with maintainers; [ aaronjheng ];
41 license = licenses.asl20;
42 mainProgram = "mongosh";