Nix 2.29.0
Nix, the purely functional package manager; unstable internal interfaces
|
R""(
Display all special commands within the REPL:
Evaluate some simple Nix expressions:
Interact with Nixpkgs in the REPL:
This command provides an interactive environment for evaluating Nix expressions. (REPL stands for 'read–eval–print loop'.)
On startup, it loads the Nix expressions named files and adds them into the lexical scope. You can load addition files using the :l <filename> command, or reload all files using :r.
)""