bump to nixos-22.11

Fixes #47
This commit is contained in:
zimbatm 2022-12-14 17:01:46 +01:00
parent 76af1060a4
commit e334012b86
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
3 changed files with 5 additions and 8 deletions

View file

@ -3,13 +3,12 @@ stages:
build:
stage: build
image: nixpkgs/nix:nixos-21.11
image: nixpkgs/nix:nixos-22.05
script: nix-shell --run ./ci.sh
parallel:
matrix:
- NIXPKGS_CHANNEL: nixos-unstable
IMAGE_TAG: latest
- NIXPKGS_CHANNEL:
- nixos-21.05
- nixos-21.11
- nixos-22.05
- nixos-22.11