Added private s3 binary cache

This commit is contained in:
Alejandro Angulo 2024-03-10 14:28:44 -07:00
parent 9480e24301
commit 4bd2c41976
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
7 changed files with 157 additions and 0 deletions

View file

@ -30,6 +30,8 @@ in {
environment.systemPackages = with pkgs; [
pre-commit
minio-client
awscli2
];
};
}