mirror of
https://github.com/NixOS/nix
synced 2025-06-30 15:48:00 +02:00
nix::worker_proto -> worker_proto
This commit is contained in:
parent
45a0ed82f0
commit
b759701652
8 changed files with 44 additions and 44 deletions
|
@ -153,7 +153,7 @@ void write(const Store & store, Sink & out, const std::optional<T> & optVal)
|
|||
{
|
||||
out << (uint64_t) (optVal ? 1 : 0);
|
||||
if (optVal)
|
||||
nix::worker_proto::write(store, out, *optVal);
|
||||
worker_proto::write(store, out, *optVal);
|
||||
}
|
||||
|
||||
/* Specialization which uses and empty string for the empty case, taking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue