mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-01 11:01:16 +00:00
CI: use the correct cache path
This commit is contained in:
parent
fdeee115e0
commit
a30ce8954b
1 changed files with 4 additions and 2 deletions
6
.github/workflows/update-flake.yml
vendored
6
.github/workflows/update-flake.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue