From 93cbb9b72fed5076d4d0038f14625be4debde255 Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Mon, 11 Jun 2018 11:02:54 +0200 Subject: nixos/tomcat: fix eval error introduced by #40657 --- nixos/modules/services/web-servers/tomcat.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/modules/services/web-servers/tomcat.nix b/nixos/modules/services/web-servers/tomcat.nix index 5abbbf09059..bc713a08f18 100644 --- a/nixos/modules/services/web-servers/tomcat.nix +++ b/nixos/modules/services/web-servers/tomcat.nix @@ -109,8 +109,8 @@ in webapps = mkOption { type = types.listOf types.package; - default = [ tomcat85.webapps ]; - defaultText = "[ tomcat85.webapps ]"; + default = [ tomcat.webapps ]; + defaultText = "[ pkgs.tomcat85.webapps ]"; description = "List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat"; }; -- cgit 1.4.1