at 25.11-pre 113 B view raw
1{ lib, ... }: 2{ 3 options.value = lib.mkOption { 4 type = lib.types.either lib.types.int lib.types.str; 5 }; 6}