Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/

use isCtxStatic

+1 -1
+1 -1
nix/lib.nix
··· 42 42 ctx: f: 43 43 if !isFn f then 44 44 f 45 - else if isStatic f && ctx ? class then 45 + else if isStatic f && isCtxStatic ctx then 46 46 f ctx 47 47 else 48 48 { };