opencomposite: add meta.platforms (#357198)
[NixPkgs.git] / lib / tests / modules / declare-coerced-value-no-default.nix
blob820913f920c35906defa06abc32303f1ac523cef
1 { lib, ... }:
4   options = {
5     value = lib.mkOption {
6       type = lib.types.coercedTo lib.types.int builtins.toString lib.types.str;
7     };
8   };