Attempt to align cache keys
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 4m50s
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 4m50s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user