mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-01 05:14:20 +01:00
* Nix (https://nixos.org) is a reproducible build system. * Enables Nix users to use/develop Auto-GPT, without installing PIP or any other future Auto-GPT dependency.
5 lines
308 B
Bash
5 lines
308 B
Bash
# 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
|