diff --git a/nix/apache-kafka.nix b/nix/apache-kafka.nix index b6c360c..a6d42f6 100644 --- a/nix/apache-kafka.nix +++ b/nix/apache-kafka.nix @@ -63,7 +63,7 @@ with lib; # to have users choose a safer value -- /tmp might be volatile and is a # slightly scary default choice. # default = [ "/tmp/apache-kafka" ]; - type = with types; listOf string; + type = with types; listOf str; default = [ (config.dataDir + "/logs") ]; };