From ae6d99403802946abc7d26d95b4d91b5a28a3f19 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 1 Jul 2023 22:04:07 +0200 Subject: [PATCH] bump to nixos-23.05 (#59) fixes #57 --- .github/workflows/nix.yml | 2 +- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 2be979c..cd18812 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -16,8 +16,8 @@ jobs: matrix: channel: - nixos-unstable - - nixos-22.05 - nixos-22.11 + - nixos-23.05 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8e0990..c73c808 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,12 +3,12 @@ stages: build: stage: build - image: nixpkgs/nix:nixos-22.05 + image: nixpkgs/nix:nixos-22.11 script: nix-shell --run ./ci.sh parallel: matrix: - NIXPKGS_CHANNEL: nixos-unstable IMAGE_TAG: latest - NIXPKGS_CHANNEL: - - nixos-22.05 - nixos-22.11 + - nixos-23.05 diff --git a/README.md b/README.md index 92bacaf..c3e5d84 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ nixpkgs channel describes. | Channel | Image Tag | Description | | --- | --- | --- | -| nixos-22.05 | nixos-22.05 | only minor versions that include security updates | | 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-unstable | latest | latest and greatest, major versions might change | ## List of images