Remove warning about string type.

This commit is contained in:
Eli Ribble 2025-10-15 00:26:35 +00:00
parent cea700ecf2
commit 512a86e0b9

View file

@ -119,7 +119,7 @@ in
};
environment = lib.mkOption {
type = lib.types.listOf lib.types.string;
type = lib.types.listOf lib.types.str;
default = [ ];
example = [ "TMPDIR=/tmp/glitchtip" ];
description = ''