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

@ -16,9 +16,8 @@ jobs:
matrix: matrix:
channel: channel:
- nixos-unstable - nixos-unstable
- nixos-21.05
- nixos-21.11
- nixos-22.05 - nixos-22.05
- nixos-22.11
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View file

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

View file

@ -39,10 +39,9 @@ nixpkgs channel describes.
| Channel | Image Tag | Description | | Channel | Image Tag | Description |
| --- | --- | --- | | --- | --- | --- |
| nixos-unstable | latest | latest and greatest, major versions might change |
| nixos-22.05 | nixos-22.05 | only minor versions that include security updates | | nixos-22.05 | nixos-22.05 | only minor versions that include security updates |
| nixos-21.11 | nixos-21.11 | only minor versions that include security updates | | nixos-22.11 | nixos-22.11 | only minor versions that include security updates |
| nixos-21.05 | nixos-21.05 | only minor versions that include security updates | | nixos-unstable | latest | latest and greatest, major versions might change |
## List of images ## List of images