ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

update nixos test channel

authored by

marshmallow and committed by
marshmallow
7a70573c 50bff96d

+9 -5
+4
CHANGELOG.md
··· 14 14 - `meta.nodeNixpkgs` was implemented. 15 15 - Caching of hive evaluation for flakes. 16 16 17 + ### Changed 18 + 19 + - Tests are now ran on 25.11. 20 + 17 21 ## [v1.0.0-alpha.1] - 2025-11-24 18 22 19 23 ### Added
+4 -4
flake.lock
··· 273 273 }, 274 274 "nixpkgs_current_stable": { 275 275 "locked": { 276 - "lastModified": 1761597516, 277 - "narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=", 276 + "lastModified": 1764522689, 277 + "narHash": "sha256-SqUuBFjhl/kpDiVaKLQBoD8TLD+/cTUzzgVFoaHrkqY=", 278 278 "owner": "NixOS", 279 279 "repo": "nixpkgs", 280 - "rev": "daf6dc47aa4b44791372d6139ab7b25269184d55", 280 + "rev": "8bb5646e0bed5dbd3ab08c7a7cc15b75ab4e1d0f", 281 281 "type": "github" 282 282 }, 283 283 "original": { 284 284 "owner": "NixOS", 285 - "ref": "nixos-25.05", 285 + "ref": "nixos-25.11", 286 286 "repo": "nixpkgs", 287 287 "type": "github" 288 288 }
+1 -1
flake.nix
··· 14 14 linux-systems.url = "github:nix-systems/default-linux"; 15 15 16 16 # testing inputs 17 - nixpkgs_current_stable.url = "github:NixOS/nixpkgs/nixos-25.05"; 17 + nixpkgs_current_stable.url = "github:NixOS/nixpkgs/nixos-25.11"; 18 18 19 19 # benchmarking 20 20 colmena_benchmarking.url = "github:zhaofengli/colmena/v0.4.0";