1
0
Fork 0
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:
Eelco Dolstra 2021-07-12 17:13:05 +02:00
commit e06c272c12
13 changed files with 270 additions and 148 deletions

View file

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