diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index c6357697c..ab5b60132 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -1488,7 +1488,6 @@ void LocalStore::exportPath(const Path & path, bool sign, printMsg(lvlInfo, format("exporting path `%1%'") % path); - addTempRoot(path); if (!isValidPath(path)) throw Error(format("path `%1%' is not valid") % path);