Replace lib.types.string

This got deprecated, see: https://github.com/NixOS/nixpkgs/pull/66346
This commit is contained in:
Daniel Siepmann 2023-10-08 16:46:33 +02:00
parent 0e3b287016
commit cdeeb0f769
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -34,7 +34,7 @@ in {
'';
};
databases = lib.mkOption {
type = lib.types.listOf lib.types.string;
type = lib.types.listOf lib.types.nonEmptyStr;
default = [];
example = lib.literalExpression "[namespace_project namespace2_project1]";
description = ''