Linux command
nix3-repl 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start REPL
nix3 repl
Load nixpkgs
nix3 repl '<nixpkgs>'
Load flake
nix3 repl [.#]
说明
nix3 repl starts interactive Nix shell. Alternative name for nix repl. The tool evaluates expressions. Tab completion and history available.
参数
- --help
- Display help information.
FAQ
What is the nix3-repl command used for?
nix3 repl starts interactive Nix shell. Alternative name for nix repl. The tool evaluates expressions. Tab completion and history available.
How do I run a basic nix3-repl example?
Run `nix3 repl` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --help do in nix3-repl?
Display help information.