mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
Render fetcher info in primop again
This commit is contained in:
parent
448842ad67
commit
f66a76134d
7 changed files with 223 additions and 74 deletions
|
|
@ -88,7 +88,7 @@ struct PrimOp
|
|||
/**
|
||||
* Optional free-form documentation about the primop.
|
||||
*/
|
||||
const char * doc = nullptr;
|
||||
const std::string doc = "";
|
||||
|
||||
/**
|
||||
* Add a trace item, `while calling the '<name>' builtin`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue