@cryptotaxi247 / infra / commits / c099a18c

Add AARCH64 channels for NixOS 20.09 & 21.05

This adds a channel for NixOS 20.09 and 21.05 on AArcch64 based on the hydra jobsets that we already have. The topic of an aarch64 specific channel has come up regular and as these devices are gaining in popularity will only be discussed more often. This had been discussed on the nixpkgs issue tracker: https://github.com/NixOS/nixpkgs/issues/83049

Andreas Rammhold committed Mar 9, 2021 at 18:10 UTC c099a18cefda314df2462400b13e0175642fdec6
1 file changed +8
channels.nix
+8
@@ -31,6 +31,10 @@ rec {
31 job = "nixpkgs/nixpkgs-21.05-darwin/darwin-tested";
32 current = true;
33 };
34 + "nixos-21.05-aarch64" = {
35 + job = "nixos/release-21.05-aarch64/tested";
36 + current = true;
37 + };
38
39 "nixos-20.09" = {
40 job = "nixos/release-20.09/tested";
@@ -44,6 +48,10 @@ rec {
48 job = "nixpkgs/nixpkgs-20.09-darwin/darwin-tested";
49 current = true;
50 };
51 + "nixos-20.09-aarch64" = {
52 + job = "nixos/release-20.09-aarch64/tested";
53 + current = true;
54 + };
55
56 "nixos-20.03" = {
57 job = "nixos/release-20.03/tested";