docker-nixpkgs/.gitlab-ci.yml
silverraven691 ab7efb366f
Build images for channel nixos-21.05 (#23)
* Gitlab CI: Build images for channel nixos-21.05

* GH Actions: Build images for channel nixos-21.05
2021-09-06 19:56:38 +00:00

15 lines
295 B
YAML

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