File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
name : Install Nix
19
19
uses : cachix/install-nix-action@v30
20
20
with :
21
- nix_path : nixpkgs=channel:nixos-24.11
21
+ nix_path : nixpkgs=channel:nixos-25.05
22
22
-
23
23
name : Cargo cache
24
24
uses : actions/cache@v4
61
61
name : Install Nix
62
62
uses : cachix/install-nix-action@v30
63
63
with :
64
- nix_path : nixpkgs=channel:nixos-24.11
64
+ nix_path : nixpkgs=channel:nixos-25.05
65
65
-
66
66
name : Cargo cache
67
67
uses : actions/cache@v3
Original file line number Diff line number Diff line change 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" ) { } } :
2
2
3
3
pkgs . mkShell {
4
4
nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments