This website requires JavaScript.
Explore
Help
Register
Sign In
ciapa
/
infrastructure
Watch
1
Star
0
Fork
You've already forked infrastructure
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d15b3291cf
infrastructure
/
modules
/
base
/
variables.nix
10 lines
126 B
Nix
Raw
Blame
History
{
lib
,
.
.
.
}:
{
options
=
{
variables
=
lib
.
mkOption
{
type
=
lib
.
types
.
attrs
;
default
=
{
}
;
}
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink