Skip to content

Commit

Permalink
ci: remove unsupported 23.05 and 23.11 channels
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jul 23, 2024
1 parent 783f5a2 commit 3edc0c9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
matrix:
channel:
- nixos-unstable
- nixos-23.05
- nixos-23.11
- nixos-24.05
system:
- x86_64-linux
Expand Down Expand Up @@ -48,8 +46,6 @@ jobs:
matrix:
channel:
- nixos-unstable
- nixos-23.05
- nixos-23.11
- nixos-24.05
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ build:
- NIXPKGS_CHANNEL: nixos-unstable
IMAGE_TAG: latest
- NIXPKGS_CHANNEL:
- nixos-23.05
- nixos-23.11
- nixos-24.05
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit 3edc0c9

Please sign in to comment.