tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
lib
/
tests
/
modules
/
freeform-lazyAttrsOf.nix
at
23.11-beta
95 B
view raw
1
{
lib
,
.
.
.
}:
{
2
freeformType
=
with
lib
.
types
;
lazyAttrsOf
(
either
str
(
lazyAttrsOf
str
)
)
;
3
}