fix manual evaluation
This commit is contained in:
@@ -133,6 +133,7 @@ in {
|
|||||||
jre = mkOption {
|
jre = mkOption {
|
||||||
description = "JRE package to run cassandra service.";
|
description = "JRE package to run cassandra service.";
|
||||||
default = pkgs.jre;
|
default = pkgs.jre;
|
||||||
|
defaultText = "pkgs.jre";
|
||||||
type = types.package;
|
type = types.package;
|
||||||
};
|
};
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user