Merge pull request #5807 from NixOS/5805-ca-ifd

Fix IFD with CA derivations
This commit is contained in:
Eelco Dolstra
2021-12-21 18:47:34 +01:00
committed by GitHub
4 changed files with 76 additions and 51 deletions
+4 -1
View File
@@ -353,7 +353,10 @@ public:
/* Print statistics. */
void printStats();
void realiseContext(const PathSet & context);
/* Realise the given context, and return a mapping from the placeholders
* used to construct the associated value to their final store path
*/
[[nodiscard]] StringMap realiseContext(const PathSet & context);
private: