File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 with :
153153 persist-credentials : false
154154 - name : Install nix
155- uses : cachix/install-nix-action@v31
155+ uses : cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
156156 with :
157157 nix_path : nixpkgs=channel:nixos-unstable
158158 - name : Install dependencies
Original file line number Diff line number Diff line change 11{ pkgs ? import ( fetchTarball {
2- url = "https://github.com/NixOS/nixpkgs/archive/6d97d419e5a9b36e6293887a89a078cf85f5a61b .tar.gz" ;
3- sha256 = "10y6ply5jhg9pwq13zldmipxh8dscmawx5syi1i6rb773xnnr452 " ;
2+ url = "https://github.com/NixOS/nixpkgs/archive/ebc94f855ef25347c314258c10393a92794e7ab9 .tar.gz" ;
3+ sha256 = "sha256-UMVihg0OQ980YqmOAPz+zkuCEb9hpE5Xj2v+ZGNjQ+M= " ;
44} ) { } } :
55
66let
7- php = pkgs . php82 . withExtensions ( { enabled , all } : with all ; enabled ++ [ redis apcu ] ) ;
7+ php = pkgs . php84 . withExtensions ( { enabled , all } : with all ; enabled ++ [ redis apcu ] ) ;
88in
99pkgs . mkShell {
1010 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments