Merge pull request #35 from silverraven691/nixos-21.11

Build images for channel nixos-21.11
This commit is contained in:
Jörg Thalheim 2021-12-02 14:46:48 +00:00 committed by GitHub
commit 88948a0a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -17,8 +17,8 @@ jobs:
channel:
- nixos-unstable
- nixos-20.09
- nixos-20.03
- nixos-21.05
- nixos-21.11
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

View file

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

View file

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