commands.sh

devenv

all

Fast, declarative, reproducible, and composable developer environments using Nix.

More info →

Examples (6)

Initialize the environment

Enter the Development Environment with relaxed hermeticity (state of being airtight)

devenv shell --impure

Get detailed information about the current environment

devenv info --verbose

Start processes with `devenv`

devenv up --config path/to/file

Clean the environment variables and re-enter the shell in offline mode

devenv --clean --offline

Delete the previous shell generations

made by @shridhargupta | data from tldr-pages