nixos: set all package options to have type package
This commit is contained in:
@@ -39,6 +39,7 @@ in
|
||||
|
||||
package = mkOption {
|
||||
default = pkgs.mongodb;
|
||||
type = types.package;
|
||||
description = "
|
||||
Which MongoDB derivation to use.
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user