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 url

+1 -1
+1 -1
shell.nix
··· 3 3 nixpkgs = 4 4 with lock.nodes.nixpkgs.locked; 5 5 builtins.fetchTarball { 6 - url = "https://github.com/${owner}/${repo}/archive/refs/${rev}.zip"; 6 + url = "https://github.com/${owner}/${repo}/archive/${rev}.zip"; 7 7 sha256 = narHash; 8 8 }; 9 9 in