nixos/zookeeper: Remove .passthru as suggested

main
Xiami 2 years ago
parent 3e5e584c1f
commit b43999bea0
No known key found for this signature in database
GPG Key ID: 53E2BDD8BD17882C
  1. 4
      nixos/modules/services/misc/zookeeper.nix

@ -116,8 +116,8 @@ in {
jre = mkOption {
description = "The JRE with which to run Zookeeper";
default = cfg.package.passthru.jre;
defaultText = literalExpression "pkgs.zookeeper.passthru.jre";
default = cfg.package.jre;
defaultText = literalExpression "pkgs.zookeeper.jre";
example = literalExpression "pkgs.jre";
type = types.package;
};

Loading…
Cancel
Save