Add NixOS 21.05

This commit is contained in:
Robert Hensing 2021-10-25 14:27:18 +02:00
parent 998b4b7318
commit e1b3f46272
2 changed files with 13 additions and 0 deletions

View file

@ -7,6 +7,7 @@ let
dimension "Nixpkgs" {
"nixpkgs-19_03" = sources."nixos-19.03";
"nixpkgs-19_09" = sources."nixos-19.09";
"nixpkgs-21_05" = sources."nixos-21.05";
} (_key: nixpkgs:
import ../tests/default.nix { pkgs = import ./default.nix { inherit nixpkgs; }; }
)

View file

@ -35,6 +35,18 @@
"url": "https://github.com/NixOS/nixpkgs-channels/archive/e6b068cd952e4640d416c2ccd62587d8a35cd774.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixos-21.05": {
"branch": "nixos-21.05",
"description": "Nix Packages collection",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3b1789322fcbcb5cf51228d732752714f1bf77da",
"sha256": "0m6gcl2pzvicwbflsvmccdyf03ki1zl3d9dl8rn8hj1gdgssj6vr",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/3b1789322fcbcb5cf51228d732752714f1bf77da.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
"branch": "nixos-19.03",
"description": "Nixpkgs/NixOS branches that track the Nixpkgs/NixOS channels",