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): use same nixpkgs on ci and provider

+22 -16
+10 -7
templates/ci/flake.lock
··· 72 72 }, 73 73 "nixpkgs": { 74 74 "locked": { 75 - "lastModified": 1771207753, 76 - "narHash": "sha256-7o+iRF++GO/gGrgrRMlnld2V/3QIzpdwMKViVkHtMEQ=", 77 - "rev": "d1c15b7d5806069da59e819999d70e1cec0760bf", 78 - "type": "tarball", 79 - "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre946960.d1c15b7d5806/nixexprs.tar.xz" 75 + "lastModified": 1764521362, 76 + "narHash": "sha256-M101xMtWdF1eSD0xhiR8nG8CXRlHmv6V+VoY65Smwf4=", 77 + "owner": "nixos", 78 + "repo": "nixpkgs", 79 + "rev": "871b9fd269ff6246794583ce4ee1031e1da71895", 80 + "type": "github" 80 81 }, 81 82 "original": { 82 - "type": "tarball", 83 - "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz" 83 + "owner": "nixos", 84 + "ref": "25.11", 85 + "repo": "nixpkgs", 86 + "type": "github" 84 87 } 85 88 }, 86 89 "provider": {
+1 -1
templates/ci/flake.nix
··· 10 10 den.url = "github:vic/den"; 11 11 import-tree.url = "github:vic/import-tree"; 12 12 13 - nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"; 13 + nixpkgs.url = "github:nixos/nixpkgs/25.11"; 14 14 home-manager.url = "github:nix-community/home-manager"; 15 15 home-manager.inputs.nixpkgs.follows = "nixpkgs"; 16 16 darwin.url = "github:nix-darwin/nix-darwin";
+10 -7
templates/ci/provider/flake.lock
··· 32 32 }, 33 33 "nixpkgs": { 34 34 "locked": { 35 - "lastModified": 1774273680, 36 - "narHash": "sha256-WLxi1vfcykjq9Yb2umqBJs6lVM6MpV2tXfcrAjroxUk=", 37 - "rev": "fdc7b8f7b30fdbedec91b71ed82f36e1637483ed", 38 - "type": "tarball", 39 - "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre968305.fdc7b8f7b30f/nixexprs.tar.xz" 35 + "lastModified": 1764521362, 36 + "narHash": "sha256-M101xMtWdF1eSD0xhiR8nG8CXRlHmv6V+VoY65Smwf4=", 37 + "owner": "nixos", 38 + "repo": "nixpkgs", 39 + "rev": "871b9fd269ff6246794583ce4ee1031e1da71895", 40 + "type": "github" 40 41 }, 41 42 "original": { 42 - "type": "tarball", 43 - "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz" 43 + "owner": "nixos", 44 + "ref": "25.11", 45 + "repo": "nixpkgs", 46 + "type": "github" 44 47 } 45 48 }, 46 49 "root": {
+1 -1
templates/ci/provider/flake.nix
··· 7 7 }).config.flake; 8 8 9 9 inputs = { 10 - nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"; 10 + nixpkgs.url = "github:nixos/nixpkgs/25.11"; 11 11 import-tree.url = "github:vic/import-tree"; 12 12 den.url = "github:vic/den"; 13 13 };