mirror of
https://github.com/NixOS/nix
synced 2025-06-29 14:53:16 +02:00
Merge branch 'structured-attrs-shell' of https://github.com/Ma27/nix
This commit is contained in:
commit
e06c272c12
13 changed files with 270 additions and 148 deletions
|
@ -697,6 +697,11 @@ public:
|
|||
|
||||
const Stats & getStats();
|
||||
|
||||
/* Computes the full closure of of a set of store-paths for e.g.
|
||||
derivations that need this information for `exportReferencesGraph`.
|
||||
*/
|
||||
StorePathSet exportReferences(const StorePathSet & storePaths, const StorePathSet & inputPaths);
|
||||
|
||||
/* Return the build log of the specified store path, if available,
|
||||
or null otherwise. */
|
||||
virtual std::shared_ptr<std::string> getBuildLog(const StorePath & path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue