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
ignore justfile
oeiuwq.com
3 days ago
39e4a161
9568e7e6
1/1
mirror.yml
success
3s
+1
1 changed file
expand all
collapse all
unified
split
checkmate
modules
formatter.nix
+1
checkmate/modules/formatter.nix
···
2
2
perSystem.treefmt.settings.global.excludes = [
3
3
".github/*TEMPLATE*/*"
4
4
"docs/*"
5
5
+
"Justfile"
5
6
];
6
7
perSystem.treefmt.programs.deadnix.enable = false;
7
8
perSystem.treefmt.programs.nixf-diagnose.enable = false;