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

Configure Feed

Select the types of activity you want to include in your feed.

fmt

+8 -1
+8 -1
templates/ci/modules/test-support/eval-den.nix
··· 6 6 ]; 7 7 flake = { 8 8 inherit denTest; 9 - den = (denTest ({ den, ... }: { expr = den; expected = den; })).expr; 9 + den = 10 + (denTest ( 11 + { den, ... }: 12 + { 13 + expr = den; 14 + expected = den; 15 + } 16 + )).expr; 10 17 }; 11 18 }