1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 14:10:59 +01:00
nix/src/libstore/unix
John Ericson 76125f8eb1 Get rid of Finally in DerivationBuilderImpl::unprepareBuild
Calling `reset` on this `std::optional` field of `DerivationBuilderImpl`
is also what the (automatically created) destructor of
`DerivationBuilderImpl` will do. We should be making sure that the
derivation builder is cleaned up by the goal anyways, and if we do that,
then this `Finally` is no longer needed.
2025-08-29 13:22:36 -04:00
..
build Get rid of Finally in DerivationBuilderImpl::unprepareBuild 2025-08-29 13:22:36 -04:00
include/nix/store Move header outside Unix-only portion 2025-08-20 16:24:37 -04:00
meson.build Get rid of LocalDerivationGoal 2025-04-20 18:09:41 -04:00
pathlocks.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00
user-lock.cc Apply clang-format universally. 2025-07-18 12:47:27 -04:00