Skip to content

Commit 4a5c46a

Browse files
authored
Merge pull request #1991 from sigprof/update-channels
2 parents 192af2f + ba05db2 commit 4a5c46a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414
env:
1515
CACHIX_NAME: sigprof
1616

17-
nur_channels: nixpkgs-unstable nixos-unstable nixos-25.05 nixos-24.11 nixos-24.05
17+
nur_channels: nixpkgs-unstable nixos-unstable nixos-25.11 nixos-25.05 nixos-24.11
1818

1919
CI_NIX_INSTALL_URL: '' # https://releases.nixos.org/nix/nix-2.18.1/install
2020
NIX_CONFIG: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141
NUR_REPO: sigprof
4242

4343
nur_systems: x86_64-linux x86_64-darwin aarch64-darwin
44-
nur_channels: nixpkgs-unstable nixos-unstable nixos-25.05 nixos-24.11 nixos-24.05
44+
nur_channels: nixpkgs-unstable nixos-unstable nixos-25.11 nixos-25.05 nixos-24.11
4545
nur_main_channel: nixos-25.05
4646

4747
CI_NIX_INSTALL_URL: '' # https://releases.nixos.org/nix/nix-2.18.1/install

0 commit comments

Comments
 (0)