fix manual evaluation

This commit is contained in:
Domen Kožar 2016-08-10 16:12:05 +02:00
parent cc0d34f83e
commit 5ccfe7e8f2

View file

@ -133,6 +133,7 @@ in {
jre = mkOption {
description = "JRE package to run cassandra service.";
default = pkgs.jre;
defaultText = "pkgs.jre";
type = types.package;
};
user = mkOption {