This website requires JavaScript.
Explore
Help
Register
Sign In
auxolotl
/
core
Watch
26
Star
2
Fork
You've already forked core
1
Code
Issues
1
Pull requests
5
Actions
Packages
Projects
Releases
Wiki
Activity
a505937410
core
/
lib
/
tests
/
modules
/
declare-int-between-value.nix
8 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial commit
2024-05-01 22:14:04 +00:00
{
lib
,
.
.
.
}:
{
options
=
{
style: formating
2024-06-30 08:16:52 +00:00
value
=
lib
.
mkOption
{
type
=
lib
.
types
.
ints
.
between
(
-21
)
43
;
}
;
Initial commit
2024-05-01 22:14:04 +00:00
}
;
}
Reference in a new issue
Copy permalink