test if nix available before uploading
All checks were successful
/ perform flake analysis (push) Successful in 36s
/ build hive configuration (push) Successful in 8m0s

This commit is contained in:
2026-01-09 11:39:54 +01:00
parent daa7881658
commit 4c1d0b06dc
2 changed files with 4 additions and 2 deletions

View File

@@ -22,8 +22,6 @@ jobs:
mkdir -p /etc/nix
cp ./scripts/upload-to-cache.sh /etc/nix/
chmod +x /etc/nix/upload-to-cache.sh
cat /var/secrets/cache_privkey
echo "$CACHE_PRIVKEY"
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |