test: the cache key
This commit is contained in:
parent
c61056d583
commit
c705152feb
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ jobs:
|
|||
- uses: https://github.com/cachix/install-nix-action@v27
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: |
|
||||
trusted-public-keys = skynet-cache:zMFLzcRZPhUpjXUy8SF8Cf7KGAZwo98SKrzeXvdWABo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
|
||||
substituters = https://nix-cache.skynet.ie https://cache.nixos.org/
|
||||
- run: nix flake lock --update-input "${{ inputs.input_to_update }}"
|
||||
shell: bash
|
||||
- run: |
|
||||
|
|
Loading…
Reference in a new issue