#
# direnv configuration.
#
# https://direnv.net
#

# Watch Nix flake sources.
watch_dir nix

# Use nix-direnv instead of the built-in support.
#
# https://github.com/direnv/direnv/wiki/Nix
if ! has nix_direnv_version || ! nix_direnv_version 3.1.1; then
    source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.1/direnvrc" "sha256-p+fzQdrms/hDa7g+soShAybJNo4bN4SIAeSfqNKgD5I="
fi

# Use a Nix environment.
use flake

# ⛔️ There should be nothing else! Use Nix for everything.
