mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
... as well as match buildReadlineNoMarkdown. Unfortunately it doesn't support long inputs or multiline inputs for now. This needs to make better use of the interacter interface.
13 lines
249 B
Text
13 lines
249 B
Text
Nix <nix version>
|
|
Type :? for help.
|
|
|
|
nix-repl> :l doc-comments.nix
|
|
Added <number omitted> variables.
|
|
|
|
nix-repl> :doc floatedIn
|
|
Function `floatedIn`\
|
|
… defined at /path/to/tests/functional/repl/doc-comments.nix:16:5
|
|
|
|
This also works.
|
|
|
|
nix-repl>
|