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-int-between-value.nix
blob
8b2624cc5d65971e0766d8b63c926d3c59a679f4
1
{ lib, ... }:
2
3
{
4
options = {
5
value = lib.mkOption {
6
type = lib.types.ints.between (-21) 43;
7
};
8
};
9
}