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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user