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
/
freeform-lazyAttrsOf.nix
5 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
style: formating
2024-06-30 08:16:52 +00:00
{
lib
,
.
.
.
}:
{
Initial commit
2024-05-01 22:14:04 +00:00
freeformType
=
with
lib
.
types
;
lazyAttrsOf
(
either
str
(
lazyAttrsOf
str
)
)
;
}
Reference in a new issue
Copy permalink