test: the cache key

This commit is contained in:
silver 2024-08-07 00:40:48 +00:00
parent c61056d583
commit c705152feb

View file

@ -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: |