diff options
Diffstat (limited to 'src/libstore/misc.cc')
-rw-r--r-- | src/libstore/misc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/misc.cc b/src/libstore/misc.cc index 63bbe5491..39bdfec6e 100644 --- a/src/libstore/misc.cc +++ b/src/libstore/misc.cc @@ -100,7 +100,7 @@ std::optional<ContentAddress> getDerivationCA(const BasicDerivation & drv) return std::nullopt; return fi.hash; }, - }, dof->ca); + }, dof->ca.raw); } return std::nullopt; } |