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
expose lib.types in flake.
oeiuwq.com
4 months ago
f385828f
3fb451c8
+2
-1
2 changed files
expand all
collapse all
unified
split
flake.nix
nix
types.nix
+1
flake.nix
···
2
2
outputs = _: {
3
3
__functor = _: import ./nix;
4
4
flakeModule = ./nix/flakeModule.nix;
5
5
+
lib.types = import ./nix/types.nix;
5
6
};
6
7
}
+1
-1
nix/types.nix
···
61
61
62
62
in
63
63
{
64
64
-
inherit aspectsType;
64
64
+
inherit aspectsType aspectSubmoduleType providerType;
65
65
}