nixos-config/.envrc

10 lines
173 B
Plaintext
Raw Permalink Normal View History

2024-08-15 09:18:55 +00:00
if [ -n "$(command -v lorri)" ]; then
eval "$(lorri direnv)"
elif [ -n "$(command -v nix)" ]; then
use flake
else
use nix
fi
2023-06-27 07:24:43 +00:00
dotenv_if_exists .production.envrc