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 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
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
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" ) { } } :
22
33pkgs . mkShell {
44 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments