Build images for channel nixos-21.11

+ Stop building images for 20.03
This commit is contained in:
silverraven691 2021-12-01 19:33:54 +01:00
parent f6c1358e7a
commit 7cbf8629aa
3 changed files with 6 additions and 6 deletions

View file

@ -3,13 +3,13 @@ stages:
build:
stage: build
image: nixpkgs/nix:nixos-20.03
image: nixpkgs/nix:nixos-21.05
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
- nixos-21.11