tangled
alpha
login
or
join now
oeiuwq.com
/
dendrix
Dendritic Nix - Community-driven Nix distribution based on the Dendritic pattern.
6
fork
atom
overview
issues
pulls
pipelines
dendrix
/
dev
/
modules
/
systems.nix
at
main
4 lines
56 B
view raw
1
{
inputs
,
.
.
.
}:
2
{
3
systems
=
import
inputs
.
systems
;
4
}