Skip to content

Commit 423b854

Browse files
committed
refactor(deprecation): replace types.string with types.str
see NixOS/nixpkgs#66346
1 parent ecc4094 commit 423b854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/apache-kafka.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ with lib;
6363
# to have users choose a safer value -- /tmp might be volatile and is a
6464
# slightly scary default choice.
6565
# default = [ "/tmp/apache-kafka" ];
66-
type = with types; listOf string;
66+
type = with types; listOf str;
6767
default = [ (config.dataDir + "/logs") ];
6868
};
6969

0 commit comments

Comments
 (0)