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
use nix
A trivial improvement, the default .envrc should check whether lorri is installed and if not fall back to the direnv-native use nix.
.envrc
The text was updated successfully, but these errors were encountered:
Like this?
if has lorri; then eval "$(lorri direnv)" else use nix fi
Sorry, something went wrong.
yeah, with type lorri >/dev/null I guess
type lorri >/dev/null
That would need to be type -P lorri &>/dev/null.
type -P lorri &>/dev/null
Maybe also include a link to lorri in the fallback case?
No branches or pull requests
A trivial improvement, the default
.envrc
should check whether lorri is installed and if not fall back to the direnv-nativeuse nix
.The text was updated successfully, but these errors were encountered: