Linux command
nix3-develop 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Enter dev shell
nix3 develop
Develop from flake
nix3 develop [.#devShell]
Run command
nix3 develop --command [make]
说明
nix3 develop enters development shells. Alternative name for nix develop. The tool provides build dependencies. Based on flake devShells output.
参数
- --command _CMD_
- Run command in shell.
- --impure
- Allow impure evaluation.
- --help
- Display help information.
FAQ
What is the nix3-develop command used for?
nix3 develop enters development shells. Alternative name for nix develop. The tool provides build dependencies. Based on flake devShells output.
How do I run a basic nix3-develop example?
Run `nix3 develop` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --command _CMD_ do in nix3-develop?
Run command in shell.