From 2e4deab4ce01984c35f9c980ea073d343ebe1116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 8 Jun 2024 07:29:23 +0100 Subject: [PATCH] 24.05 (#80) --- .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 16d8f8d..aaed4ec 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -18,6 +18,7 @@ jobs: - nixos-unstable - nixos-23.05 - nixos-23.11 + - nixos-24.05 system: - x86_64-linux - aarch64-linux @@ -49,6 +50,7 @@ jobs: - nixos-unstable - nixos-23.05 - nixos-23.11 + - nixos-24.05 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83d5750..4e4d91a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,3 +12,4 @@ build: - NIXPKGS_CHANNEL: - nixos-23.05 - nixos-23.11 + - nixos-24.05 diff --git a/README.md b/README.md index 663b787..c80416f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ nixpkgs channel describes. | --- | --- | --- | | nixos-23.05 | nixos-23.05 | only minor versions that include security updates | | nixos-23.11 | nixos-23.11 | only minor versions that include security updates | +| nixos-24.05 | nixos-24.05 | only minor versions that include security updates | | nixos-unstable | latest | latest and greatest, major versions might change | ## List of images