-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Proposal: mechanism for doing environment setup #312
Comments
I'm OK with an What happens in the case of failure? Right now, when a trigger fails, there's not much in the way of logging. At least I find them hard to debug. |
Yeah I think that is a bug we should fix :( |
How do I upvote this? Anyway, I upvote ⬆️ for all it's worth 😄 |
|
Hermit currently performs no custom actions on environment activation.
However, it is not uncommon to want to perform additional tasks within an environment before it becomes usable, beyond just installing the package. Some examples of this are creating a .venv for Python, perhaps running rustup to install a Rust toolchain, and so on.
Probably the simplest approach is to allow hooks in
bin/hermit.hcl
, eg.The text was updated successfully, but these errors were encountered: