tangled
alpha
login
or
join now
oeiuwq.com
/
den
8
fork
atom
Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
den.oeiuwq.com
configurations
den
dendritic
nix
aspect
oriented
8
fork
atom
overview
issues
4
pulls
2
pipelines
simpler include of host aspect
oeiuwq.com
7 hours ago
e8b2dae2
5c4ce7ae
1/1
mirror.yml
success
7hrs ago
+1
-3
1 changed file
expand all
collapse all
unified
split
nix
home-env.nix
+1
-3
nix/home-env.nix
···
72
72
includes = [
73
73
(den.ctx."${ctxName}-user" { inherit host user; })
74
74
(den.ctx.user { inherit host user; })
75
75
-
(den.lib.owned den.aspects.${host.aspect})
76
76
-
(den.lib.statics den.aspects.${host.aspect} { inherit class aspect-chain; })
77
77
-
(den.lib.parametric.atLeast den.aspects.${host.aspect} { inherit host user; })
75
75
+
(den.lib.parametric.fixedTo { inherit host user; } den.aspects.${host.aspect})
78
76
];
79
77
};
80
78