try cachix without daemon

This commit is contained in:
cy 2025-01-20 01:48:35 -05:00
parent 880a144952
commit 78be511642

View file

@ -99,6 +99,11 @@ jobs:
endpoint: ${{ vars.ATTIC_ENDPOINT }}
cache: ${{ vars.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- uses: cachix/cachix-action@v14
with:
name: cything
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
useDaemon: false
- name: Sync repository
uses: actions/checkout@v4
with: