lib/types: Add oneOf, extension of either to a list of types
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{ lib, ... }: {
|
||||
options.value = lib.mkOption {
|
||||
type = lib.types.either lib.types.int lib.types.str;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user