Make code change necessary for building with Nix 2.25

This commit is contained in:
John Ericson 2025-02-13 19:10:09 -05:00
parent 4347833f45
commit 80241fc8be

View File

@ -178,7 +178,7 @@ State::StepResult State::doBuildStep(nix::ref<Store> destStore,
unlink(result.logFile.c_str()); unlink(result.logFile.c_str());
} }
} catch (...) { } catch (...) {
ignoreException(); ignoreExceptionInDestructor();
} }
} }
}); });