1
0
Fork 0

Introduce nixos-21.05

This commit is contained in:
Malte Brandy 2021-06-01 23:57:42 +02:00
parent 8f7453c037
commit 5b8cfd7d50
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 29 additions and 1 deletions

View file

@ -1,4 +1,8 @@
let
nixos-21-05 = {
nixpkgs-channel = "nixos-21.05";
home-manager-channel = "home-manager-21.05";
};
nixos-20-09 = {
nixpkgs-channel = "nixos-20.09";
home-manager-channel = "home-manager-20.09";
@ -10,6 +14,6 @@ let
in
rec {
hera = nixos-20-09;
apollo = nixos-20-09;
apollo = nixos-21-05;
chor-cloud = hera;
}

View file

@ -11,6 +11,18 @@
"url": "https://github.com/nix-community/home-manager/archive/49706878e1580d796cc99b63574310405935113f.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"home-manager-21.05": {
"branch": "release-21.05",
"description": "Manage a user environment using Nix",
"homepage": "",
"owner": "nix-community",
"repo": "home-manager",
"rev": "ab64dc32493996c24607eab2cae6663466ddfb8a",
"sha256": "1w7qxjibrjlqi7l293pnxxww1wxsq46wf3xbcpibys6g165s05f4",
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/ab64dc32493996c24607eab2cae6663466ddfb8a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"home-manager-master": {
"branch": "master",
"description": "Manage a user environment using Nix",
@ -56,6 +68,18 @@
"url": "https://github.com/NixOS/nixpkgs/archive/38fce8ec004b3e61c241e3b64c683f719644f350.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixos-21.05": {
"branch": "nixos-21.05",
"description": "Nixpkgs/NixOS branches that track the Nixpkgs/NixOS channels",
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d25ea6a0d2a847fb52131da546f2a866656fbafa",
"sha256": "0y2h71pvzrhc2svib4lwjl04hrzy8901ravvlyxlqdbal8hy3838",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/d25ea6a0d2a847fb52131da546f2a866656fbafa.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixos-hardware": {
"branch": "master",
"description": "A collection of NixOS modules covering hardware quirks.",