Build images for channel nixos-22.05 (#44)
+ Stop building images for nixos-20.09
This commit is contained in:
parent
db78dafed2
commit
9bf2f6be8c
4 changed files with 5 additions and 5 deletions
|
@ -3,13 +3,13 @@ stages:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
image: nixpkgs/nix:nixos-21.05
|
||||
image: nixpkgs/nix:nixos-21.11
|
||||
script: nix-shell --run ./ci.sh
|
||||
parallel:
|
||||
matrix:
|
||||
- NIXPKGS_CHANNEL: nixos-unstable
|
||||
IMAGE_TAG: latest
|
||||
- NIXPKGS_CHANNEL:
|
||||
- nixos-20.09
|
||||
- nixos-21.05
|
||||
- nixos-21.11
|
||||
- nixos-22.05
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue