tangled
alpha
login
or
join now
oeiuwq.com
/
den
8
fork
atom
Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
den.oeiuwq.com
configurations
den
dendritic
nix
aspect
oriented
8
fork
atom
overview
issues
4
pulls
2
pipelines
fix local checkout on CI
oeiuwq.com
3 weeks ago
96ccddc7
9848c265
1/1
mirror.yml
success
3s
+4
-1
1 changed file
expand all
collapse all
unified
split
templates
noflake
default.nix
+4
-1
templates/noflake/default.nix
···
1
1
let
2
2
sources = import ./npins;
3
3
-
with-inputs = import sources.with-inputs sources { };
3
3
+
with-inputs = import sources.with-inputs sources {
4
4
+
# uncomment for local checkout on CI
5
5
+
# den.outPath = ./../..;
6
6
+
};
4
7
5
8
outputs =
6
9
inputs: