nix3-develop

enters development shells

TLDR

Enter dev shell
$ nix3 develop
Develop from flake
$ nix3 develop [.#devShell]
Run command
$ nix3 develop --command [make]

SYNOPSIS

nix3 develop [options] [installable]

DESCRIPTION

nix3 develop enters development shells. Alternative name for nix develop.The tool provides build dependencies. Based on flake devShells output.

PARAMETERS

INSTALLABLE

Flake reference.
--command CMD
Run command in shell.
--impure
Allow impure evaluation.
--help
Display help information.

CAVEATS

Alias for nix develop. Flakes required. Environment setup.

HISTORY

nix3 develop is the new Nix CLI command for reproducible development environments.

SEE ALSO

nix(1), nix-develop(1), nix-shell(1)