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

fix local checkout on CI

+4 -1
+4 -1
templates/noflake/default.nix
··· 1 1 let 2 2 sources = import ./npins; 3 - with-inputs = import sources.with-inputs sources { }; 3 + with-inputs = import sources.with-inputs sources { 4 + # uncomment for local checkout on CI 5 + # den.outPath = ./../..; 6 + }; 4 7 5 8 outputs = 6 9 inputs: