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
1let
2 rev = "9100a0f";
3 narHash = "sha256:09m84vsz1py50giyfpx0fpc7a4i0r1xsb54dh0dpdg308lp4p188";
4 compat = fetchTarball {
5 url = "https://github.com/edolstra/flake-compat/archive/${rev}.tar.gz";
6 sha256 = narHash;
7 };
8 flake = import compat { src = ../templates/example; };
9 pkgs = flake.outputs.packages;
10in
11{
12 x86_64-linux.default = pkgs.x86_64-linux.vm;
13}