5 lines
62 B
Bash
5 lines
62 B
Bash
if has lorri; then
|
|
eval "$(lorri direnv)"
|
|
else
|
|
use nix
|
|
fi
|