drop old 24.xx channels

CI is breaking
This commit is contained in:
zimbatm 2025-08-10 08:50:04 +02:00
parent 9a5876396f
commit 64a3352bbf
4 changed files with 1 additions and 9 deletions

View file

@ -17,8 +17,6 @@ jobs:
matrix: matrix:
channel: channel:
- nixos-unstable - nixos-unstable
- nixos-24.05
- nixos-24.11
- nixos-25.05 - nixos-25.05
system: system:
- aarch64-linux - aarch64-linux
@ -66,8 +64,6 @@ jobs:
matrix: matrix:
channel: channel:
- nixos-unstable - nixos-unstable
- nixos-24.05
- nixos-24.11
- nixos-25.05 - nixos-25.05
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View file

@ -10,6 +10,4 @@ build:
- NIXPKGS_CHANNEL: nixos-unstable - NIXPKGS_CHANNEL: nixos-unstable
IMAGE_TAG: latest IMAGE_TAG: latest
- NIXPKGS_CHANNEL: - NIXPKGS_CHANNEL:
- nixos-24.05
- nixos-24.11
- nixos-25.05 - nixos-25.05

View file

@ -39,8 +39,6 @@ nixpkgs channel describes.
| Channel | Image Tag | Description | | 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-25.05 | nixos-25.05 | only minor versions that include security updates | | nixos-25.05 | nixos-25.05 | only minor versions that include security updates |
| nixos-unstable | latest | latest and greatest, major versions might change | | nixos-unstable | latest | latest and greatest, major versions might change |

View file

@ -3,7 +3,7 @@
}: }:
(docker-nixpkgs.nix.override { (docker-nixpkgs.nix.override {
# only available since 24.05 # only available since 24.05
extraContents = if devenv == null then [] else [ devenv ]; extraContents = [ devenv ];
}).overrideAttrs (prev: { }).overrideAttrs (prev: {
meta = (prev.meta or { }) // { meta = (prev.meta or { }) // {
description = "Nix and devenv image"; description = "Nix and devenv image";