···11+if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
22+ source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
33+fi
44+55+# uncomment all commented lines once uv venv has been set up
66+77+# if test -n "$FISH_VERSION"; then
88+# source ./.venv/bin/activate.fish
99+# elif test -n "$BASH_VERSION"; then
1010+# source ./.venv/bin/activate
1111+# elif test -n "$NU_VERSION"; then
1212+# source ./.venv/bin/activate.nu
1313+# fi
1414+1515+# export UV_PYTHON=${PWD}/.venv/bin/python3
1616+1717+use flake