mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01:00
8 lines
234 B
Text
8 lines
234 B
Text
if type lorri &>/dev/null; then
|
|
echo "direnv: using lorri from PATH ($(type -p lorri))"
|
|
eval "$(lorri direnv)"
|
|
else
|
|
# fall back to using direnv's builtin nix support
|
|
# to prevent bootstrapping problems.
|
|
use nix
|
|
fi
|