mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
mongodb: v8 is the default javascript engine now
This commit is contained in:
parent
cc6bd6d7bb
commit
b5e2ff4bed
@ -38,7 +38,7 @@ in
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
default = pkgs.mongodb.override { useV8 = cfg.useV8; };
|
||||
default = pkgs.mongodb;
|
||||
description = "
|
||||
Which MongoDB derivation to use.
|
||||
";
|
||||
@ -74,11 +74,6 @@ in
|
||||
description = "Append logfile instead over overwriting";
|
||||
};
|
||||
|
||||
useV8 = mkOption {
|
||||
default = false;
|
||||
description = "Use V8 instead of spidermonkey for js execution";
|
||||
};
|
||||
|
||||
replSetName = mkOption {
|
||||
default = "";
|
||||
description = ''
|
||||
|
Loading…
Reference in New Issue
Block a user