Remove warning about string type.
This commit is contained in:
parent
cea700ecf2
commit
512a86e0b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue