mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-23 05:40:44 +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:
|
update:
|
||||||
if: github.repository == 'notashelf/nyxpkgs'
|
if: github.repository == 'notashelf/nyxpkgs'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
@ -22,10 +23,11 @@ jobs:
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v12
|
- uses: cachix/cachix-action@v12
|
||||||
with:
|
with:
|
||||||
name: nyxpkgs
|
name: nyx
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
||||||
- run: nix flake update
|
- Update flake
|
||||||
|
run: nix flake update
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue