nix-packages/scripts/post-build-hook

5 lines
352 B
Text
Raw Normal View History

2022-11-15 16:33:25 +00:00
#!/bin/sh
set -euf
export IFS=' '
2022-11-15 19:56:59 +00:00
/nix/var/nix/profiles/default/bin/nix store sign --key-file /home/runner/cache.key $DRV_PATH
/nix/var/nix/profiles/default/bin/nix copy --to 's3://cache-chir-rs?scheme=https&endpoint=s3.us-west-000.backblazeb2.com&secret-key=/home/runner/cache.key&multipart-upload=true&compression=zstd&compression-level=15' $DRV_PATH