Skip to content
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

Automatically update flake inputs of demos #158

Open
ibizaman opened this issue Feb 2, 2024 · 0 comments
Open

Automatically update flake inputs of demos #158

ibizaman opened this issue Feb 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ibizaman
Copy link
Owner

ibizaman commented Feb 2, 2024

The GitHub job to update the root flake inputs should be extended to also update the demos.

There might be an issue because the demos have their selfhostblocks input URI pointing to the GitHub repository directly. That will of course not have the update just done by the GitHub job. So we'll need to run the following command for each demo but not commit that:

nix flake lock --override-input selfhostblocks ../.. --update-input selfhostblocks

Now that I'm writing this, maybe the above command should instead live inside the GitHub job testing the demos?

@ibizaman ibizaman added the enhancement New feature or request label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant