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
refactor flakeModule
oeiuwq.com
4 months ago
c9425a91
87bf22e5
+4
-10
1 changed file
expand all
collapse all
unified
split
nix
flakeModule.nix
+4
-10
nix/flakeModule.nix
···
3
3
config,
4
4
...
5
5
}:
6
6
-
let
7
7
-
newAspects = import ./new.nix lib;
8
8
-
mod = newAspects (option: transposed: {
9
9
-
options.flake.aspects = option;
10
10
-
config.flake.modules = transposed;
11
11
-
}) config.flake.aspects;
12
12
-
in
13
13
-
{
14
14
-
imports = [ mod ];
15
15
-
}
6
6
+
import ./new.nix lib (option: transposed: {
7
7
+
options.flake.aspects = option;
8
8
+
config.flake.modules = transposed;
9
9
+
}) config.flake.aspects