about summary refs log tree commit diff
path: root/third_party/nix/src/libstore (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19 r/1886 fix(tvix): Use copy constructor to add strings to protosGriffin Smith1-1/+1
Passing a string directly to add_paths like this causes the proto class to take ownership over the string, meaning when it is destructed it will *explicitly* free the string. When the string's actual owner (the deriv