Flox is based on the nix, and simplified the nix enviornment management with simplified command line, with flox, you can create development environment
installation #
In osx, just use brew to install it
1brew install flox
Quick Start #
- Install flox first
- Create a new environmnet with flox init
- Search package with flox search
- Install package with flox install
- Activate the environment with flox activate
- Use the package you install in the new environment
- Delete the local environment with flox delete