This website requires JavaScript.
Explore
Help
Register
Sign In
Lehmanator
/
core
Watch
1
Star
1
Fork
You've already forked core
0
forked from
auxolotl/core
Code
Pull requests
Activity
a505937410
core
/
lib
/
tests
/
modules
/
declare-int-positive-value.nix
8 lines
100 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
.
positive
;
}
;
Initial commit
2024-05-01 22:14:04 +00:00
}
;
}
Copy permalink