1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-20 17:29:36 +01:00
nix/src/libstore/unix
John Ericson 4bc9ae67c7 Give DerivationBuilder a LocalStore not Store
This is just more honest, since we downcasted it to `LocalStore` in many
places. We had the downcast before because it wasn't needed in the hook
case, just the local building case, but now that `DerivationBuilder` is
separated and just does the building case, we have formalized the
boundary where the single downcast should occur.
2025-08-15 15:50:36 -04:00
..
build Give DerivationBuilder a LocalStore not Store 2025-08-15 15:50:36 -04:00
include/nix/store Give DerivationBuilder a LocalStore not Store 2025-08-15 15:50:36 -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