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
at main 9 lines 284 B view raw
1{ inputs, lib, ... }: 2{ 3 flake-file.inputs.flake-file.url = lib.mkDefault "github:vic/flake-file"; 4 flake-file.inputs.den.url = lib.mkDefault "github:vic/den"; 5 imports = [ 6 (inputs.flake-file.flakeModules.dendritic or { }) 7 (inputs.den.flakeModules.dendritic or { }) 8 ]; 9}