feat: add a hermit bundle <dir> [<pkg> ...] command - #505
Merged
Conversation
alecthomas
force-pushed
the
aat/bundle-command
branch
from
August 27, 2025 10:32
8bda913 to
cead3b1
Compare
nickajacks1
reviewed
Aug 27, 2025
alecthomas
force-pushed
the
aat/bundle-command
branch
from
August 28, 2025 04:20
cead3b1 to
51ada23
Compare
wsutina
approved these changes
Aug 28, 2025
This command creates a self-contained bundle of Hermit packages in the given directory. All binaries are symlinked into `<dir>/bin` and a `<dir>/.env` directory is created that will initialise the environment in the same way as the Hermit environment. Only package envars are propagated into the bundle, not environment envars.
alecthomas
force-pushed
the
aat/bundle-command
branch
from
August 28, 2025 05:21
51ada23 to
69feb32
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This command creates a self-contained bundle of Hermit packages in the given directory. All binaries are symlinked into
<dir>/binand a<dir>/.envdirectory is created that will initialise the environment in the same way as the Hermit environment.Only package envars are propagated into the bundle, not environment envars.