We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131dacd commit 19d1f9bCopy full SHA for 19d1f9b
.github/workflows/main.yaml
@@ -47,14 +47,14 @@ jobs:
47
NIX_OUTPUT: .#packages.${{ matrix.arch.nix }}.devEnv
48
run: |
49
nix store sign "${NIX_OUTPUT}" -v -r -k ~/.secrets/nix-cache-private-key
50
- nix copy -v "${NIX_OUTPUT}" --to s3://nixed/cache
+ nix copy -v "${NIX_OUTPUT}" --to 's3://nixed/cache?compression=zstd¶llel-compression=true'
51
52
- name: Cache helmet
53
env:
54
NIX_OUTPUT: .#defaultPackage.${{ matrix.arch.nix }}
55
56
57
58
59
release:
60
name: Release
0 commit comments