Nightly deploy-rs builds
This repository provides nightly automated builds of serokell/deploy-rs for:
x86_64-linux
aarch64-linux
x86_64-darwin
Resulting builds are then pushed to a binary cache for convenience.
{
nix.binaryCaches = [
"https://cachix.org/api/v1/cache/deploy-rs"
];
nix.binaryCachePublicKeys = [
"deploy-rs.cachix.org-1:M+ZN++7fdqZFeIsvJyqeQrgnAbgsPNuv8z93uAJO43w="
];
}