File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push, pull_request]
33env :
44 # Bump this number to invalidate the Github-actions cache
55 cache-invalidation-key : 0
6- nixpkgs-url : https://github.com/NixOS/nixpkgs/archive/7f9be6a505a31f88499c5d20d11f98accf5ae6ba .tar.gz
6+ nixpkgs-url : https://github.com/NixOS/nixpkgs/archive/5c019127ad2da9c081a71b9d9b9b48c9438a6a51 .tar.gz
77 nix-cmd : nix-shell --pure --arg withDevTools "false" --run
88
99jobs :
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15- - uses : cachix/install-nix-action@v15
15+ - uses : cachix/install-nix-action@v30
1616 with :
1717 nix_path : " ${{ env.nixpkgs-url }}"
1818 - uses : cachix/cachix-action@v15
3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@v2
33- - uses : cachix/install-nix-action@v15
33+ - uses : cachix/install-nix-action@v30
3434 with :
3535 nix_path : " ${{ env.nixpkgs-url }}"
3636 - uses : cachix/cachix-action@v15
You can’t perform that action at this time.
0 commit comments