Attempt to align cache keys
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 4m50s

This commit is contained in:
2025-12-23 01:16:03 +01:00
parent 8ae96aed1e
commit f165e9d665

View File

@@ -22,7 +22,7 @@ jobs:
with: with:
path: | path: |
/nix /nix
key: ${{ runner.os }}-nix key: ${{ runner.os }}-nix-infrastructure
- name: Apply Nix build to Web Proxy host - name: Apply Nix build to Web Proxy host
run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }}" run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }}"
@@ -33,4 +33,4 @@ jobs:
with: with:
path: | path: |
/nix /nix
key: ${{ steps.cached-nix-store.outputs.cache-key-primary-key }} key: ${{ runner.os }}-nix-infrastructure