[Nix-dev] [PATCH] daemon: Add 'buildMode' parameter to 'buildPaths' RPC.

Shea Levy shea at shealevy.com
Wed Dec 2 18:48:39 CET 2015


Can you resend with paths appropriate to the nix repo? There is no nix/ 
directory there.

~Shea

On 2015-12-02 12:03, Ludovic Courtès wrote:
> * nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x10f.
> * nix/libstore/remote-store.cc (RemoteStore::buildPaths): Send the
> BUILDMODE when the daemon supports it.  Reject invalid values of
> BUILDMODE for old daemons.
> * nix/nix-daemon/nix-daemon.cc (performOp) <wopBuildPaths>: Read the
> build mode when the client supports it.
> ---
>  nix/libstore/remote-store.cc    | 11 +++++++++--
>  nix/libstore/worker-protocol.hh |  2 +-
>  nix/nix-daemon/nix-daemon.cc    | 11 ++++++++++-
>  3 files changed, 20 insertions(+), 4 deletions(-)
>
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev



More information about the nix-dev mailing list