mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
Nix <nix version>
|
|
Type :? for help.
|
|
|
|
nix-repl> :l doc-comments.nix
|
|
Added <number omitted> variables.
|
|
|
|
nix-repl> "Note that this is not yet complete"
|
|
"Note that this is not yet complete"
|
|
|
|
nix-repl> :doc documentedFormals
|
|
Function `documentedFormals`\
|
|
… defined at /path/to/tests/functional/repl/doc-comments.nix:57:5
|
|
|
|
Finds x
|