-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: nix flake #5267
base: main
Are you sure you want to change the base?
ci: nix flake #5267
Conversation
I'll configure a github workflow in a separate PR. Right now, we do not have any nix caching, and building Forest from scratch takes a while. |
lemmih/nix-flake # Your branch is up to date with 'origin/lemmih/nix-flake'. # # Changes to be committed: # modified: docs/docs/users/getting_started/install.md # # Untracked files: # PROJECTS.md # PROJECTS.md.save # config.toml # forest_snapshot_calibnet_2025-02-10_height_2395416.forest.car.zst # log.txt # result # scripts/devnet-curio/data/ #
@@ -0,0 +1,29 @@ | |||
name: nix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: nix | |
name: nix | |
# Cancel workflow if there is a new change to the branch. | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lemmih what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will update PR in a bit.
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes
Other information and links
Change checklist