Merge pull request #35 from silverraven691/nixos-21.11
Build images for channel nixos-21.11
This commit is contained in:
commit
88948a0a52
3 changed files with 6 additions and 6 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue