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-unsound.nix
blob
7a017f24e77d493ee81750aa3428ece56b5260cb
1
{ lib, ... }:
2
3
{
4
options = {
5
value = lib.mkOption {
6
default = "12";
7
type = lib.types.coercedTo lib.types.str lib.toInt lib.types.ints.s8;
8
};
9
};
10
}