1
2
3
4
5
6
7
8
@0x8f8131bf93ce599c;

using Cxx = import "/capnp/c++.capnp";
$Cxx.namespace("nix::rpc");

struct StorePath {
  raw @0 :Data;
}