Add support for 25.11 (#101)

Closes #100

Co-authored-by: Jan Christoph Bischko <jbischko@barracuda.com>
This commit is contained in:
con-f-use
2025-12-02 15:02:44 +01:00
committed by GitHub
parent 5db385d3d2
commit 56ab7ed989
3 changed files with 4 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ jobs:
channel:
- nixos-unstable
- nixos-25.05
- nixos-25.11
system:
- aarch64-linux
- x86_64-linux

View File

@@ -3,7 +3,7 @@ stages:
build:
stage: build
image: nixpkgs/nix:nixos-23.05
image: nixpkgs/nix:nixos-25.05
script: nix-shell --run ./ci.sh
parallel:
matrix:
@@ -11,3 +11,4 @@ build:
IMAGE_TAG: latest
- NIXPKGS_CHANNEL:
- nixos-25.05
- nixos-25.11

View File

@@ -40,6 +40,7 @@ nixpkgs channel describes.
| Channel | Image Tag | Description |
| --- | --- | --- |
| nixos-25.05 | nixos-25.05 | only minor versions that include security updates |
| nixos-25.11 | nixos-25.11 | only minor versions that include security updates |
| nixos-unstable | latest | latest and greatest, major versions might change |
## List of images