workflow: nix copy --all

This commit is contained in:
cy 2025-03-27 23:43:53 -04:00
parent 8106125edb
commit 67d0bc48c0
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -54,7 +54,7 @@ jobs:
- name: cache
if: always()
run: |
nix copy ".#nixosConfigurations."${{ matrix.machine }}".config.system.build.toplevel" --to "s3://nixcache?endpoint=s3.cy7.sh&secret-key=/home/runner/cache-priv-key.pem"
nix copy --all --to 's3://nixcache?endpoint=s3.cy7.sh' --verbose
build-homes:
strategy:
fail-fast: false