1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 02:11:15 +02:00

Move BuildResult defintion to its own header

Just like we did for `ValidPathInfo` in
d92d4f85a5.
This commit is contained in:
John Ericson 2022-03-01 19:43:07 +00:00
parent 0cb5af5000
commit e862833ec6
8 changed files with 84 additions and 65 deletions

View file

@ -2,6 +2,7 @@
#include "pool.hh"
#include "remote-store.hh"
#include "serve-protocol.hh"
#include "build-result.hh"
#include "store-api.hh"
#include "path-with-outputs.hh"
#include "worker-protocol.hh"