Build images for channel nixos-22.05 (#44)
+ Stop building images for nixos-20.09
This commit is contained in:
parent
db78dafed2
commit
9bf2f6be8c
4 changed files with 5 additions and 5 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
@ -16,9 +16,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
channel:
|
channel:
|
||||||
- nixos-unstable
|
- nixos-unstable
|
||||||
- nixos-20.09
|
|
||||||
- nixos-21.05
|
- nixos-21.05
|
||||||
- nixos-21.11
|
- nixos-21.11
|
||||||
|
- nixos-22.05
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -3,13 +3,13 @@ stages:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: nixpkgs/nix:nixos-21.05
|
image: nixpkgs/nix:nixos-21.11
|
||||||
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-20.09
|
|
||||||
- nixos-21.05
|
- nixos-21.05
|
||||||
- nixos-21.11
|
- nixos-21.11
|
||||||
|
- nixos-22.05
|
||||||
|
|
|
@ -40,9 +40,9 @@ nixpkgs channel describes.
|
||||||
| Channel | Image Tag | Description |
|
| Channel | Image Tag | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| nixos-unstable | latest | latest and greatest, major versions might change |
|
| nixos-unstable | latest | latest and greatest, major versions might change |
|
||||||
|
| 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-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-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 |
|
|
||||||
|
|
||||||
## List of images
|
## List of images
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
let
|
let
|
||||||
nixpkgs = builtins.fetchTarball "channel:nixos-20.09";
|
nixpkgs = builtins.fetchTarball "channel:nixos-22.05";
|
||||||
pkgs = import nixpkgs { config = { }; overlays = [ ]; };
|
pkgs = import nixpkgs { config = { }; overlays = [ ]; };
|
||||||
in
|
in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue