1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-19 08:49:35 +01:00

Fix some of the issues raised by @edolstra

- More and better comments

 - The easier renames
This commit is contained in:
John Ericson 2020-09-04 15:15:51 +00:00
parent e86dd59dcc
commit e9fad3006b
4 changed files with 36 additions and 17 deletions

View file

@ -279,9 +279,8 @@ private:
specified by the secret-key-files option. */
void signPathInfo(ValidPathInfo & info);
/* Add a mapping from the deriver of the path info (if specified) to its
* out path
*/
/* Register the store path 'output' as the output named 'outputName' of
derivation 'deriver'. */
void linkDeriverToPath(const StorePath & deriver, const string & outputName, const StorePath & output);
void linkDeriverToPath(State & state, uint64_t deriver, const string & outputName, const StorePath & output);