Skip to content

Commit 7681158

Browse files
committed
CI: Update NixOS versions used
1 parent 86e9c72 commit 7681158

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
nixRelease:
3939
- nixpkgs-unstable
4040
- nixos-unstable
41-
- nixos-24.05
41+
- nixos-24.11
42+
- nixos-25.05
4243
runs-on: ubuntu-latest
4344
env:
4445
nixPath: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/${{ matrix.nixRelease }}.tar.gz"

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
nixRelease:
1111
- nixpkgs-unstable
1212
- nixos-unstable
13-
- nixos-24.05
13+
- nixos-24.11
14+
- nixos-25.05
1415
runs-on: ubuntu-latest
1516
env:
1617
nixPath: "nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/${{ matrix.nixRelease }}.tar.gz"

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)