#!/usr/bin/env bash

dotenv_if_exists

if command -v nix >/dev/null 2>&1; then
    use flake ".#${DIRENV_DEVSHELL:-default}"
fi

PATH_add bin
