fix: lost line from workflow

This commit is contained in:
Noah Masur 2024-05-06 10:39:00 -04:00
parent 2d31f5726f
commit 14538d83f5
No known key found for this signature in database

View File

@ -60,6 +60,7 @@ jobs:
# Install Nix # Install Nix
- name: Install Nix - name: Install Nix
if: inputs.rebuild && inputs.action != 'destroy' if: inputs.rebuild && inputs.action != 'destroy'
uses: cachix/install-nix-action@v20
with: with:
extra_nix_config: | extra_nix_config: |
substituters = s3://${{ secrets.NIX_CACHE_BUCKET }} https://cache.nixos.org/ substituters = s3://${{ secrets.NIX_CACHE_BUCKET }} https://cache.nixos.org/