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.

fix(ci): make shell.nix use nixpkgs from ci

+1 -1
+1 -1
shell.nix
··· 8 8 }; 9 9 in 10 10 { 11 - pkgs ? nixpkgs, 11 + pkgs ? import nixpkgs { }, 12 12 lib ? pkgs.lib, 13 13 ... 14 14 }: