Sign before pushing to repo

This commit is contained in:
Greg Hellings
2025-06-19 23:54:37 -05:00
parent d8f0d90e65
commit da6f7d5d6b
+1
View File
@@ -48,6 +48,7 @@ with lib;
set -f
export AWS_SHARED_CREDENTIALS_FILE=${config.age.secrets.cache-credentials.path}
export IFS=' '
${getExe config.nix.package} store sign --recursive --key-file "${config.age.secrets.private-cache.path}" "$@"
${getExe config.nix.package} copy --to "s3://binary-cache/?scheme=http&endpoint=nas.home%3A9000&profile=default" "$@"
''
);