mirror of
https://github.com/NixOS/nix
synced 2025-07-01 08:28:00 +02:00
Make the build-hook work with ca derivations
- Pass it the name of the outputs rather than their output paths (as these don't exist for ca derivations) - Get the built output paths from the remote builder - Register the new received realisations
This commit is contained in:
parent
35205e2e92
commit
6fbf3fe636
6 changed files with 55 additions and 12 deletions
|
@ -33,6 +33,8 @@ struct Realisation {
|
|||
GENERATE_CMP(Realisation, me->id, me->outPath);
|
||||
};
|
||||
|
||||
typedef std::map<DrvOutput, Realisation> DrvOutputs;
|
||||
|
||||
struct OpaquePath {
|
||||
StorePath path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue