@cryptotaxi247 / infra / commits / 3f8810bc

channels: rename jobsets for nixos-unstable, nixpkgs-unstable

Follows the renaming of the jobsets to their actual channel and branch names.

Martin Weinelt committed Dec 2, 2025 at 01:06 UTC 3f8810bcb657f0145e1818db2dea0691a9d54b18
1 file changed +2 -2
channels.nix
+2 -2
@@ -25,7 +25,7 @@ rec {
25 # status = "beta";
26 # };
27 "nixos-unstable" = {
28 - job = "nixos/trunk-combined/tested";
28 + job = "nixos/unstable/tested";
29 variant = "primary";
30 status = "rolling";
31 };
@@ -35,7 +35,7 @@ rec {
35 status = "rolling";
36 };
37 "nixpkgs-unstable" = {
38 - job = "nixpkgs/trunk/unstable";
38 + job = "nixpkgs/unstable/unstable";
39 status = "rolling";
40 };
41