1
1
Fork 0
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:
John Ericson 2024-01-12 12:23:55 -05:00
parent 448842ad67
commit f66a76134d
7 changed files with 223 additions and 74 deletions

View file

@ -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`