From d181b9642fe3b3f85724b0337c37dca054cb4ef8 Mon Sep 17 00:00:00 2001 From: sandydoo <7572407+sandydoo@users.noreply.github.com> Date: Fri, 20 Mar 2026 03:21:26 +0000 Subject: [PATCH 1/3] nix: 2.34.1 -> 2.34.2 --- install-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nix.sh b/install-nix.sh index b71259e..32ece31 100755 --- a/install-nix.sh +++ b/install-nix.sh @@ -102,7 +102,7 @@ echo "installer options: ${installer_options[*]}" # There is --retry-on-errors, but only newer curl versions support that curl_retries=5 -nix_version=2.34.1 +nix_version=2.34.2 while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-${nix_version}/install}"; do sleep 1 ((curl_retries--)) From 15118c17f94ae94b32a2a51839986d18c508f12f Mon Sep 17 00:00:00 2001 From: Sander Date: Sun, 22 Mar 2026 15:56:16 +0100 Subject: [PATCH 2/3] ci: use 25.11 for channel tests --- .github/workflows/test-per-system.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-per-system.yml b/.github/workflows/test-per-system.yml index f3550f9..e0c586e 100644 --- a/.github/workflows/test-per-system.yml +++ b/.github/workflows/test-per-system.yml @@ -18,7 +18,7 @@ on: type: string env: - nixpkgs_channel: nixpkgs=channel:nixos-25.05 + nixpkgs_channel: nixpkgs=channel:nixos-25.11 jobs: simple-build: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e974b11..2cfadd9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - nixpkgs_channel: nixpkgs=channel:nixos-25.05 + nixpkgs_channel: nixpkgs=channel:nixos-25.11 jobs: test: From 51f3067b56fe8ae331890c77d4e454f6d60615ff Mon Sep 17 00:00:00 2001 From: Sander Date: Sun, 22 Mar 2026 15:58:34 +0100 Subject: [PATCH 3/3] Revert "ci: use 25.11 for channel tests" This reverts commit 15118c17f94ae94b32a2a51839986d18c508f12f. 25.11 drops support for older version of Nix. --- .github/workflows/test-per-system.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-per-system.yml b/.github/workflows/test-per-system.yml index e0c586e..f3550f9 100644 --- a/.github/workflows/test-per-system.yml +++ b/.github/workflows/test-per-system.yml @@ -18,7 +18,7 @@ on: type: string env: - nixpkgs_channel: nixpkgs=channel:nixos-25.11 + nixpkgs_channel: nixpkgs=channel:nixos-25.05 jobs: simple-build: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2cfadd9..e974b11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - nixpkgs_channel: nixpkgs=channel:nixos-25.11 + nixpkgs_channel: nixpkgs=channel:nixos-25.05 jobs: test: