tangled
alpha
login
or
join now
quasigod.xyz
/
den
forked from
oeiuwq.com/den
0
fork
atom
Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
0
fork
atom
overview
issues
pulls
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
{ };