update to nixos-23.05 (#71)

This commit is contained in:
erikarvstedt 2023-12-02 12:06:55 +01:00 committed by GitHub
parent ce8ad614ce
commit fdaa456015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

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