all repos — nixfiles @ 75761ab69e043d4d23ba7c2d7005090bfc91260a

System and user configuration, managed by nix and home-manager

secrets/.envrc (view raw)

if type -P lorri &>/dev/null; then
  if test -v TMPDIR; then
    export TMPDIR="$(readlink -f $TMPDIR)"
  fi
  eval "$(lorri direnv --flake ..#secrets)"
else
  echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
  use flake ..#secrets
fi

dotenv_if_exists
watch_file ../flake.lock