Files
docker-nixpkgs/.gitlab-ci.yml
con-f-use 56ab7ed989 Add support for 25.11 (#101)
Closes #100

Co-authored-by: Jan Christoph Bischko <jbischko@barracuda.com>
2025-12-02 15:02:44 +01:00

15 lines
271 B
YAML

stages:
- build
build:
stage: build
image: nixpkgs/nix:nixos-25.05
script: nix-shell --run ./ci.sh
parallel:
matrix:
- NIXPKGS_CHANNEL: nixos-unstable
IMAGE_TAG: latest
- NIXPKGS_CHANNEL:
- nixos-25.05
- nixos-25.11