From 5ccfe7e8f281dd93b0e34b53a463149e0859ff17 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Wed, 10 Aug 2016 16:12:05 +0200 Subject: fix manual evaluation --- nixos/modules/services/databases/cassandra.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/databases') diff --git a/nixos/modules/services/databases/cassandra.nix b/nixos/modules/services/databases/cassandra.nix index 3f3733a8e80f..3c41e3becb90 100644 --- a/nixos/modules/services/databases/cassandra.nix +++ b/nixos/modules/services/databases/cassandra.nix @@ -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 { -- cgit 1.4.1