Skip to content

Commit 21a1dd1

Browse files
committed
Update nix shell to 25.05 feed.
1 parent 6a6d1fe commit 21a1dd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Install Nix
1919
uses: cachix/install-nix-action@v30
2020
with:
21-
nix_path: nixpkgs=channel:nixos-24.11
21+
nix_path: nixpkgs=channel:nixos-25.05
2222
-
2323
name: Cargo cache
2424
uses: actions/cache@v4
@@ -61,7 +61,7 @@ jobs:
6161
name: Install Nix
6262
uses: cachix/install-nix-action@v30
6363
with:
64-
nix_path: nixpkgs=channel:nixos-24.11
64+
nix_path: nixpkgs=channel:nixos-25.05
6565
-
6666
name: Cargo cache
6767
uses: actions/cache@v3

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.11.tar.gz") {} }:
1+
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-25.05.tar.gz") {} }:
22

33
pkgs.mkShell {
44
nativeBuildInputs = [

0 commit comments

Comments
 (0)