From 35b2808180ea072d0f200cedd6abff43ae95c00e Mon Sep 17 00:00:00 2001 From: Nick Boultbee Date: Mon, 2 Dec 2024 12:35:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=95=20Target=2024.11=20too,=20now=20th?= =?UTF-8?q?at=20it's=20out=20and=20non-beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nix.yml | 2 ++ .gitlab-ci.yml | 1 + README.md | 1 + 3 files changed, 4 insertions(+) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index a6b17dd..19cf08b 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -18,6 +18,7 @@ jobs: channel: - nixos-unstable - nixos-24.05 + - nixos-24.11 system: - aarch64-linux - x86_64-linux @@ -65,6 +66,7 @@ jobs: channel: - nixos-unstable - nixos-24.05 + - nixos-24.11 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3898d9..7367dc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,3 +11,4 @@ build: IMAGE_TAG: latest - NIXPKGS_CHANNEL: - nixos-24.05 + - nixos-24.11 diff --git a/README.md b/README.md index 84eee9e..58522ff 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ nixpkgs channel describes. | Channel | Image Tag | Description | | --- | --- | --- | | nixos-24.05 | nixos-24.05 | only minor versions that include security updates | +| nixos-24.11 | nixos-24.11 | only minor versions that include security updates | | nixos-unstable | latest | latest and greatest, major versions might change | ## List of images