From b045fba6f18a79cbcded9a923250e79b3fa9487e Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 3 Jun 2021 08:13:55 +0200 Subject: [PATCH] ci.nix: Add nixos-21.05 --- nix/ci.nix | 4 ++++ nix/sources.json | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/nix/ci.nix b/nix/ci.nix index a857704..b2b13a1 100644 --- a/nix/ci.nix +++ b/nix/ci.nix @@ -12,6 +12,10 @@ dimension "Nixpkgs version" { dockerSupportsSystemd = true; nixosHasPodmanDockerSocket = false; }; + "nixos-21_05" = { + nixpkgsSource = "nixos-21.05"; + enableDoc = true; + }; "nixos-unstable" = { nixpkgsSource = "nixos-unstable"; enableDoc = true; diff --git a/nix/sources.json b/nix/sources.json index b98b509..3a1eb15 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -23,6 +23,18 @@ "url": "https://github.com/NixOS/nixpkgs/archive/0cfe5377e8993052f9b0dd56d058f8008af45bd9.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, + "nixos-21.05": { + "branch": "nixos-21.05", + "description": "Nix Packages collection", + "homepage": null, + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "297970378b9437541c065f3fef26871397edd2d4", + "sha256": "1q5dnylr4w1xqn3qxx7hn0pn01pcwdmsy70cjs01dn8b50ppc93g", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/297970378b9437541c065f3fef26871397edd2d4.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, "nixos-unstable": { "branch": "master", "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",