Skip to content

Commit

Permalink
update to nixos-23.05 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt authored Dec 2, 2023
1 parent ce8ad61 commit fdaa456
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
channel:
- nixos-unstable
- nixos-22.11
- nixos-23.05
- nixos-23.11
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ stages:

build:
stage: build
image: nixpkgs/nix:nixos-22.11
image: nixpkgs/nix:nixos-23.05
script: nix-shell --run ./ci.sh
parallel:
matrix:
- NIXPKGS_CHANNEL: nixos-unstable
IMAGE_TAG: latest
- NIXPKGS_CHANNEL:
- nixos-22.11
- nixos-23.05
- nixos-23.11
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ nixpkgs channel describes.

| Channel | Image Tag | Description |
| --- | --- | --- |
| nixos-22.11 | nixos-22.11 | 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-unstable | latest | latest and greatest, major versions might change |

## List of images
Expand Down

0 comments on commit fdaa456

Please sign in to comment.