mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Implement buildDerivation() via the daemon
This commit is contained in:
parent
6e06a18d1b
commit
71a5161365
5 changed files with 34 additions and 2 deletions
|
@ -143,6 +143,7 @@ string readString(Source & source);
|
|||
template<class T> T readStrings(Source & source);
|
||||
|
||||
Source & operator >> (Source & in, string & s);
|
||||
Source & operator >> (Source & in, unsigned int & n);
|
||||
|
||||
|
||||
MakeError(SerialisationError, Error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue