try populating minio nix store

This commit is contained in:
Cyryl Płotnicki 2022-12-25 21:19:35 +00:00
parent 438d01d9c8
commit bd650a228f

View file

@ -4,9 +4,6 @@ pipeline:
image: nixpkgs/nix-flakes:latest image: nixpkgs/nix-flakes:latest
pull: true pull: true
commands: commands:
- nix develop -c git lfs fetch --all
- git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
- nix develop -c git push github --all --force
- export AWS_ACCESS_KEY_ID="nix-builder" - export AWS_ACCESS_KEY_ID="nix-builder"
- export AWS_ACCESS_KEY_ID="nix-builder" - export AWS_ACCESS_KEY_ID="nix-builder"
- export AWS_SECRET_ACCESS_KEY="$MINIO_NIX_BUILDER_KEY" - export AWS_SECRET_ACCESS_KEY="$MINIO_NIX_BUILDER_KEY"