if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
fi
# Load .envrc.local
source_env_if_exists .envrc.local
# Tell nix-direnv to only activate new version manually
nix_direnv_manual_reload
# Use the environment defined in the flake
use_flake .