fix: warns due to types.string deprecation

This commit is contained in:
raf 2023-08-11 10:04:56 +03:00
parent 479499eb4b
commit b1184bab47
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -15,7 +15,7 @@ with lib; {
sources = mkOption {
default = {};
description = "List of debuggers to install";
type = with types; attrsOf string;
type = with types; attrsOf str;
};
mappings = {