CI: use the correct cache path

This commit is contained in:
raf 2023-11-12 04:26:26 +03:00
parent fdeee115e0
commit a30ce8954b
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -9,6 +9,7 @@ jobs:
update:
if: github.repository == 'notashelf/nyxpkgs'
runs-on: ubuntu-latest
permissions:
contents: write
@ -22,10 +23,11 @@ jobs:
- uses: cachix/cachix-action@v12
with:
name: nyxpkgs
name: nyx
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake update
- Update flake
run: nix flake update
- uses: stefanzweifel/git-auto-commit-action@v5
with: