mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 18:53:39 +00:00
6 lines
62 B
Bash
6 lines
62 B
Bash
if has lorri; then
|
|
eval "$(lorri direnv)"
|
|
else
|
|
use nix
|
|
fi
|