From 6b4d46e9e0e1dd80e0977684ab20d14bcd1a6bc3 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Mon, 8 Jul 2024 02:18:03 +0200 Subject: libstore: remove WriteConn::sink fields we no longer need these since we're no longer using sinks to serialize things. Change-Id: Iffb1a3eab33c83f611c88fa4e8beaa8d5ffa079b --- src/libstore/derivations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/derivations.cc') diff --git a/src/libstore/derivations.cc b/src/libstore/derivations.cc index cbb22e010..9d342892d 100644 --- a/src/libstore/derivations.cc +++ b/src/libstore/derivations.cc @@ -995,7 +995,7 @@ void writeDerivation(Sink & out, const Store & store, const BasicDerivation & dr }, i.second.raw); } out << CommonProto::write(store, - CommonProto::WriteConn { .to = out }, + CommonProto::WriteConn {}, drv.inputSrcs); out << drv.platform << drv.builder << drv.args; out << drv.env.size(); -- cgit v1.2.3