# Upon entering directory, direnv requests user permission once to automatically load project dependencies onwards. | |
# Eliminating the need of running "nix develop github:superherointj/nix-auto-gpt" for Nix users to develop/use Auto-GPT. | |
[[ -z $IN_NIX_SHELL ]] && use flake github:superherointj/nix-auto-gpt | |