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