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
··· 4 4 with lock.nodes.nixpkgs.locked; 5 5 builtins.fetchTarball { 6 6 url = url; 7 - hash = narHash; 7 + sha256 = narHash; 8 8 }; 9 9 in 10 10 {