Skip to content

Commit

Permalink
Merge pull request #142 from andir/add-nixos-20.09-aarch64-channel
Browse files Browse the repository at this point in the history
Add AARCH64 channels for NixOS 20.09
  • Loading branch information
grahamc committed Jun 3, 2021
2 parents 171aa6e + c099a18 commit 014895e
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 014895e

Please sign in to comment.