We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be kinda handy if hermit allowed you to specify system-wide default sources.
For example:
$ cat ~/.config/hermit/hermit.hcl sources = ["https://github.com/cashapp/hermit-packages.git", "https://github.com/lnanctx/home-packages"] $
At the moment, every time I hermit init I have to add my sources in..
hermit init
The text was updated successfully, but these errors were encountered:
I think adding this is a default set of sources to be used by hermit init --sources=<x> seems reasonable.
hermit init --sources=<x>
Sorry, something went wrong.
An additional option would be adding an envar to the --sources flag, so you could just put something like this in your .bashrc:
--sources
.bashrc
export HERMIT_INIT_SOURCES='https://github.com/cashapp/hermit-packages.git,https://github.com/lnanctx/home-packages'
No branches or pull requests
It would be kinda handy if hermit allowed you to specify system-wide default sources.
For example:
At the moment, every time I
hermit init
I have to add my sources in..The text was updated successfully, but these errors were encountered: