This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
93123faae0
nixpkgs
/
lib
/
tests
/
modules
/
declare-int-between-value.nix
10 lines
118 B
Nix
Raw
Blame
History
{
lib
,
.
.
.
}:
{
options
=
{
value
=
lib
.
mkOption
{
type
=
lib
.
types
.
ints
.
between
(
-21
)
43
;
}
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink