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
use isCtxStatic
oeiuwq.com
3 months ago
adcf2519
f6169af6
+1
-1
1 changed file
expand all
collapse all
unified
split
nix
lib.nix
+1
-1
nix/lib.nix
···
42
42
ctx: f:
43
43
if !isFn f then
44
44
f
45
45
-
else if isStatic f && ctx ? class then
45
45
+
else if isStatic f && isCtxStatic ctx then
46
46
f ctx
47
47
else
48
48
{ };