···7879 webapps = mkOption {
80 type = types.listOf types.package;
81- default = [ tomcat85.webapps ];
82- defaultText = "[ tomcat85.webapps ]";
83 description = "List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat";
84 };
85
···7879 webapps = mkOption {
80 type = types.listOf types.package;
81+ default = [ tomcat.webapps ];
82+ defaultText = "[ pkgs.tomcat85.webapps ]";
83 description = "List containing WAR files or directories with WAR files which are web applications to be deployed on Tomcat";
84 };
85