Skip to content

Commit

Permalink
Add AARCH64 channels for NixOS 20.09 & 21.05
Browse files Browse the repository at this point in the history
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: NixOS/nixpkgs#83049
  • Loading branch information
andir committed Jun 3, 2021
1 parent 171aa6e commit c099a18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions channels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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";
Expand Down

0 comments on commit c099a18

Please sign in to comment.