mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
Move writeStructuredAttrsShell
out of ParsedDerivation
class
This commit is contained in:
parent
27ce722638
commit
6f206549ba
5 changed files with 13 additions and 9 deletions
|
@ -695,6 +695,9 @@ 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue