setup steps before install nix
Some checks failed
/ perform flake analysis (push) Successful in 37s
/ build hive configuration (push) Failing after 16s

This commit is contained in:
2026-01-07 19:23:14 +01:00
parent 9bb345c061
commit 8dd68054fa

View File

@@ -11,6 +11,11 @@ jobs:
name: build hive configuration
runs-on: ubuntu-22.04
steps:
- run: mkdir -p /var/secrets/
- run: echo ${{ secrets.CACHE_PRIVKEY }} > /var/secrets/cache_privkey
- run: cp ./scripts/upload-to-cache.sh /etc/nix/
- run: chmod +x /etc/nix/upload-to-cache.sh
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
@@ -27,8 +32,4 @@ jobs:
- uses: http://github.com/cachix/cachix-action@v16
with:
name: colmena
- run: mkdir -p /var/secrets/
- run: echo ${{ secrets.CACHE_PRIVKEY }} > /var/secrets/cache_privkey
- run: cp ./scripts/upload-to-cache.sh /etc/nix/
- run: chmod +x /etc/nix/upload-to-cache.sh
- run: nix run .#colmena apply