From 24564f7919d070c32c740934331f0e0f1ae1f399 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 28 Feb 2024 03:27:24 +0100 Subject: [PATCH] nix/ci.nix: Test nixos-23.11 --- nix/ci.nix | 1 + nix/sources.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/nix/ci.nix b/nix/ci.nix index 5a529e4..c14e25e 100644 --- a/nix/ci.nix +++ b/nix/ci.nix @@ -7,6 +7,7 @@ let dimension "Nixpkgs" { "nixpkgs-19_09" = sources."nixos-19.09"; "nixpkgs-21_05" = sources."nixos-21.05"; + "nixpkgs-23_11" = sources."nixos-23.11"; } (_key: nixpkgs: import ../tests/default.nix { pkgs = import ./default.nix { inherit nixpkgs; }; } ) diff --git a/nix/sources.json b/nix/sources.json index 5aafd37..6680db5 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -35,6 +35,18 @@ "url": "https://github.com/NixOS/nixpkgs/archive/3b1789322fcbcb5cf51228d732752714f1bf77da.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, + "nixos-23.11": { + "branch": "nixos-23.11", + "description": "Nix Packages collection & NixOS", + "homepage": "", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b7ee09cf5614b02d289cd86fcfa6f24d4e078c2a", + "sha256": "1a2p27n1y8z5ssk9ngy5d54bjyx419wrqlmcga9hw8i3iacxcqhm", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/b7ee09cf5614b02d289cd86fcfa6f24d4e078c2a.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, "nixpkgs": { "branch": "nixos-19.03", "description": "Nixpkgs/NixOS branches that track the Nixpkgs/NixOS channels",