tangled
alpha
login
or
join now
oeiuwq.com
/
flake-aspects
2
fork
atom
fake.modules transposition for aspect-oriented Dendritic Nix. with cross-aspect dependencies. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
dendrix.oeiuwq.com/Dendritic.html
dendritic
nix
aspect
oriented
2
fork
atom
overview
issues
1
pulls
pipelines
use same type as flake.modules attrset
oeiuwq.com
4 months ago
8b21ba40
d01f7f08
+1
-1
1 changed file
expand all
collapse all
unified
split
flakeModule.nix
+1
-1
flakeModule.nix
···
7
7
Convenience transposition of `flake.modules.<class>.<aspect>`.
8
8
'';
9
9
default = { };
10
10
-
type = lib.types.lazyAttrsOf lib.types.attrs;
10
10
+
type = lib.types.lazyAttrsOf (lib.types.lazyAttrsOf lib.types.deferredModule);
11
11
};
12
12
config.flake.modules = import ./. lib config.flake.aspects;
13
13
}