Skip to content

Commit

Permalink
ci: Fix flakestry job (#84)
Browse files Browse the repository at this point in the history
* ci: Fix flakestry job

* Test flakestry job

* Change flakestry-publish to use a fork

* Change flakestry-publish branch

* Add link to err-last-modified issue

* Revert some CI changes

* Add more information about the fork

* Revert changes on version
  • Loading branch information
sestrella authored Aug 8, 2024
1 parent 8939196 commit 2a78267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
tag: ${{ github.ref_name }}
visibility: public

# INFO: The following fork updates the Nix version used by the action to fix
# the "lastModified" issue. https://flakehub.com/docs/faq#err-last-modified
flakestry:
runs-on: ubuntu-latest
steps:
- name: Publish flake
uses: flakestry/flakestry-publish@645c2ab3c99b97f5f1abc383370ae5e72c9e7d9b
uses: stackbuilders/flakestry-publish@update_install_nix_action
with:
version: ${{ github.ref_name }}
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Update

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit 2a78267

Please sign in to comment.