mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 16:57:56 +00:00
10 lines
173 B
Bash
10 lines
173 B
Bash
if [ -n "$(command -v lorri)" ]; then
|
|
eval "$(lorri direnv)"
|
|
elif [ -n "$(command -v nix)" ]; then
|
|
use flake
|
|
else
|
|
use nix
|
|
fi
|
|
|
|
dotenv_if_exists .production.envrc
|