Skip to content

Commit

Permalink
Merge pull request #150 from jonringer/21.05-channels
Browse files Browse the repository at this point in the history
Add 21.05 channels
  • Loading branch information
grahamc committed May 31, 2021
2 parents 9f2b4bb + b7ba665 commit 1d03196
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions channels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ rec {
current = true;
};

"nixos-21.05" = {
job = "nixos/release-21.05/tested";
current = true;
};
"nixos-21.05-small" = {
job = "nixos/release-21.05-small/tested";
current = true;
};
"nixpkgs-21.05-darwin" = {
job = "nixpkgs/nixpkgs-21.05-darwin/darwin-tested";
current = true;
};

"nixos-20.09" = {
job = "nixos/release-20.09/tested";
current = true;
Expand Down

0 comments on commit 1d03196

Please sign in to comment.