From 51f3067b56fe8ae331890c77d4e454f6d60615ff Mon Sep 17 00:00:00 2001 From: Sander Date: Sun, 22 Mar 2026 15:58:34 +0100 Subject: [PATCH] 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: