From e21b1b4e75394309acaa8598582915f45307f88a Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 4 Oct 2019 19:29:09 +0200 Subject: [PATCH] Add nixos-19.09 --- nix/ci.nix | 9 ++++++++- nix/sources.json | 12 ++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/nix/ci.nix b/nix/ci.nix index a478fff..a8bca06 100644 --- a/nix/ci.nix +++ b/nix/ci.nix @@ -9,10 +9,17 @@ dimension "Nixpkgs version" { nixpkgsSource = "nixpkgs"; isReferenceNixpkgs = true; }; + "nixos-19_09" = { + nixpkgsSource = "nixos-19.09"; + + # Broken since 19.09, wontfix because doc tooling will be changed. + # TODO: reenable + enableDoc = false; + }; "nixos-unstable" = { nixpkgsSource = "nixos-unstable"; - # Broken on unstable, wontfix because doc tooling will be changed. + # Broken since 19.09, wontfix because doc tooling will be changed. # TODO: reenable enableDoc = false; }; diff --git a/nix/sources.json b/nix/sources.json index 9306c4b..7e4b088 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -11,6 +11,18 @@ "url": "https://github.com/nmattia/niv/archive/1dd094156b249586b66c16200ecfd365c7428dc0.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, + "nixos-19.09": { + "branch": "nixos-19.09", + "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", + "homepage": "https://github.com/NixOS/nixpkgs", + "owner": "NixOS", + "repo": "nixpkgs-channels", + "rev": "3ba0d9f75ccffd41e32cfea4046805f8bbab12f5", + "sha256": "0w20drs4mwlq12k1sss1x8adyf5ph5jd52n8wdcgmn4sm60qjmki", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs-channels/archive/3ba0d9f75ccffd41e32cfea4046805f8bbab12f5.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, "nixos-unstable": { "branch": "nixos-unstable", "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",