LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

nix3-develop

enters development shells

TLDR

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

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

Copied to clipboard
Kai