install: also install mongodb tools

pull/419/head
undefined 2 years ago
parent b9e6316a82
commit 7abc0a7d1b

@ -167,6 +167,13 @@ To disable this feature, checkout our sourcecode.`);
`nix-env -iA hydro.mongodb${avx2 ? 5 : 4}${CN ? '-cn' : ''}`, `nix-env -iA hydro.mongodb${avx2 ? 5 : 4}${CN ? '-cn' : ''}`,
], ],
}, },
{
init: 'install.mongodb-tools',
skip: () => !exec('mongoexport --version').code,
operations: [
'nix-env -iA nixpkgs.mongodb-tools',
],
},
{ {
init: 'install.mongo', init: 'install.mongo',
skip: () => !exec('mongo --version').code, skip: () => !exec('mongo --version').code,

Loading…
Cancel
Save