From 3edc0c92e14735f42ac0d7f92a47d65029e1bc36 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Tue, 23 Jul 2024 16:02:11 +0200 Subject: [PATCH] ci: remove unsupported 23.05 and 23.11 channels --- .github/workflows/nix.yml | 4 ---- .gitlab-ci.yml | 2 -- README.md | 2 -- 3 files changed, 8 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index aaed4ec..26d41ae 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -16,8 +16,6 @@ jobs: matrix: channel: - nixos-unstable - - nixos-23.05 - - nixos-23.11 - nixos-24.05 system: - x86_64-linux @@ -48,8 +46,6 @@ jobs: matrix: channel: - nixos-unstable - - nixos-23.05 - - nixos-23.11 - nixos-24.05 runs-on: ubuntu-latest steps: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e4d91a..b3898d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,4 @@ build: - NIXPKGS_CHANNEL: nixos-unstable IMAGE_TAG: latest - NIXPKGS_CHANNEL: - - nixos-23.05 - - nixos-23.11 - nixos-24.05 diff --git a/README.md b/README.md index 1fbcbef..6b78555 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,6 @@ nixpkgs channel describes. | Channel | Image Tag | Description | | --- | --- | --- | -| 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 |