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-either.nix
blob
5a0fa978a1381c8fb1d484c73178d4c66389a86a
1
{ lib, ... }: {
2
options.value = lib.mkOption {
3
type = lib.types.either lib.types.int lib.types.str;
4
};
5
}