mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
ci: remove unsupported 23.05 and 23.11 channels
This commit is contained in:
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
@@ -16,8 +16,6 @@ jobs:
|
||||
matrix:
|
||||
channel:
|
||||
- nixos-unstable
|
||||
- nixos-23.05
|
||||
- nixos-23.11
|
||||
- nixos-24.05
|
||||
system:
|
||||
- x86_64-linux
|
||||
@@ -48,8 +46,6 @@ jobs:
|
||||
matrix:
|
||||
channel:
|
||||
- nixos-unstable
|
||||
- nixos-23.05
|
||||
- nixos-23.11
|
||||
- nixos-24.05
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
@@ -10,6 +10,4 @@ build:
|
||||
- NIXPKGS_CHANNEL: nixos-unstable
|
||||
IMAGE_TAG: latest
|
||||
- NIXPKGS_CHANNEL:
|
||||
- nixos-23.05
|
||||
- nixos-23.11
|
||||
- nixos-24.05
|
||||
|
||||
@@ -39,8 +39,6 @@ nixpkgs channel describes.
|
||||
|
||||
| Channel | Image Tag | Description |
|
||||
| --- | --- | --- |
|
||||
| nixos-23.05 | nixos-23.05 | only minor versions that include security updates |
|
||||
| nixos-23.11 | nixos-23.11 | only minor versions that include security updates |
|
||||
| nixos-24.05 | nixos-24.05 | only minor versions that include security updates |
|
||||
| nixos-unstable | latest | latest and greatest, major versions might change |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user