lib/tests: Add tests for attrsOf and lazyAttrsOf
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ lib, ... }: {
|
||||
options.value = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.str;
|
||||
default = {};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user