We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc4094 commit 423b854Copy full SHA for 423b854
nix/apache-kafka.nix
@@ -63,7 +63,7 @@ with lib;
63
# to have users choose a safer value -- /tmp might be volatile and is a
64
# slightly scary default choice.
65
# default = [ "/tmp/apache-kafka" ];
66
- type = with types; listOf string;
+ type = with types; listOf str;
67
default = [ (config.dataDir + "/logs") ];
68
};
69
0 commit comments