repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
opencomposite: add meta.platforms (#357198)
[NixPkgs.git]
/
lib
/
tests
/
modules
/
declare-coerced-value-no-default.nix
blob
820913f920c35906defa06abc32303f1ac523cef
1
{ lib, ... }:
2
3
{
4
options = {
5
value = lib.mkOption {
6
type = lib.types.coercedTo lib.types.int builtins.toString lib.types.str;
7
};
8
};
9
}