bump to nixos-23.05 (#59)

fixes #57
This commit is contained in:
Franz Pletz
2023-07-01 22:04:07 +02:00
committed by GitHub
parent e9b6514e0e
commit ae6d994038
3 changed files with 4 additions and 4 deletions

View File

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