mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
fix: warns due to types.string deprecation
This commit is contained in:
parent
479499eb4b
commit
b1184bab47
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue