mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
Add support for 25.11 (#101)
Closes #100 Co-authored-by: Jan Christoph Bischko <jbischko@barracuda.com>
This commit is contained in:
1
.github/workflows/nix.yml
vendored
1
.github/workflows/nix.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
channel:
|
||||
- nixos-unstable
|
||||
- nixos-25.05
|
||||
- nixos-25.11
|
||||
system:
|
||||
- aarch64-linux
|
||||
- x86_64-linux
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user