From c099a18cefda314df2462400b13e0175642fdec6 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Tue, 9 Mar 2021 18:10:53 +0100 Subject: [PATCH] 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 --- channels.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/channels.nix b/channels.nix index 93ac7961..cd94f80b 100644 --- a/channels.nix +++ b/channels.nix @@ -31,6 +31,10 @@ rec { job = "nixpkgs/nixpkgs-21.05-darwin/darwin-tested"; current = true; }; + "nixos-21.05-aarch64" = { + job = "nixos/release-21.05-aarch64/tested"; + current = true; + }; "nixos-20.09" = { job = "nixos/release-20.09/tested"; @@ -44,6 +48,10 @@ rec { job = "nixpkgs/nixpkgs-20.09-darwin/darwin-tested"; current = true; }; + "nixos-20.09-aarch64" = { + job = "nixos/release-20.09-aarch64/tested"; + current = true; + }; "nixos-20.03" = { job = "nixos/release-20.03/tested";