24.05 (#80)
This commit is contained in:
parent
f6b4921246
commit
2e4deab4ce
3 changed files with 4 additions and 0 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
||||||
- nixos-unstable
|
- nixos-unstable
|
||||||
- nixos-23.05
|
- nixos-23.05
|
||||||
- nixos-23.11
|
- nixos-23.11
|
||||||
|
- nixos-24.05
|
||||||
system:
|
system:
|
||||||
- x86_64-linux
|
- x86_64-linux
|
||||||
- aarch64-linux
|
- aarch64-linux
|
||||||
|
@ -49,6 +50,7 @@ jobs:
|
||||||
- nixos-unstable
|
- nixos-unstable
|
||||||
- nixos-23.05
|
- nixos-23.05
|
||||||
- nixos-23.11
|
- nixos-23.11
|
||||||
|
- nixos-24.05
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
@ -12,3 +12,4 @@ build:
|
||||||
- NIXPKGS_CHANNEL:
|
- NIXPKGS_CHANNEL:
|
||||||
- nixos-23.05
|
- nixos-23.05
|
||||||
- nixos-23.11
|
- nixos-23.11
|
||||||
|
- nixos-24.05
|
||||||
|
|
|
@ -41,6 +41,7 @@ nixpkgs channel describes.
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| nixos-23.05 | nixos-23.05 | only minor versions that include security updates |
|
| 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-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 |
|
| nixos-unstable | latest | latest and greatest, major versions might change |
|
||||||
|
|
||||||
## List of images
|
## List of images
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue