more diag

This commit is contained in:
Cyryl Płotnicki 2022-12-25 17:51:02 +00:00
parent 91ba7cd962
commit 3d9b180ca6

View file

@ -7,9 +7,15 @@ pipeline:
- mkdir -p ~/.config/nix
- echo "store = /var/build-nix-store" >> /etc/nix/nix.conf
- echo "sandbox = false" >> /etc/nix/nix.conf
- echo "accept-flake-config = true" >> /etc/nix/nix.conf
- echo "fallback = true" >> /etc/nix/nix.conf
- echo "pure-eval = true" >> /etc/nix/nix.conf
- echo "stalled-download-timeout = 16" >> /etc/nix/nix.conf
- echo "max-silent-time = 32" >> /etc/nix/nix.conf
- echo "sync-before-registering = true" >> /etc/nix/nix.conf
- cat /etc/nix/nix.conf
- nix develop -c git lfs fetch --all
- nix develop -c git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
- nix develop --no-sandbox --eval-store local --show-trace -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
secrets: [ github_token ]
volumes: