install: use official mongosh in nixpkgs

pull/506/head
undefined 2 years ago
parent aac27b3f83
commit 50afa3df39

@ -265,7 +265,7 @@ connect-timeout = 10`);
skip: () => installAsJudge, skip: () => installAsJudge,
hidden: installAsJudge, hidden: installAsJudge,
operations: [ operations: [
`nix-env -iA hydro.mongodb${avx2 ? 5 : 4}${CN ? '-cn' : ''} hydro.mongosh${avx2 ? 5 : 4}${CN ? '-cn' : ''} nixpkgs.mongodb-tools`, `nix-env -iA hydro.mongodb${avx2 ? 5 : 4}${CN ? '-cn' : ''} nixpkgs.mongosh nixpkgs.mongodb-tools`,
], ],
}, },
{ {

Loading…
Cancel
Save