1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 18:29:36 +01:00
nix/src/libstore/build
Sergei Zimmerman 69c005e805
libstore: Use getFSAccessor for store object in Worker::pathContentsGood
We only care about the accessor for a single store object anyway, but
the validity gets ignored. Also `pathExists(store.printStorePath(path))`
is definitely incorrect since it confuses the logical location vs physical
location in case of a chroot store.
2025-10-15 00:15:50 +03:00
..
derivation-builder.cc Consolidate logic choosing where we can/should build a bit 2025-10-10 17:28:57 -04:00
derivation-building-goal.cc Fix ca/eval-store.sh test 2025-10-13 18:41:59 -04:00
derivation-check.cc clang-tidy fix for src/libstore/build/derivation-check.cc 2025-10-05 11:18:30 -07:00
derivation-check.hh Merge pull request #13858 from obsidiansystems/no-more-defered-exception 2025-09-01 20:11:51 +02:00
derivation-env-desugar.cc Factor out a new DesugaredEnv from DerivationBuildingGoal 2025-08-28 16:45:45 -04:00
derivation-goal.cc Fix ca/eval-store.sh test 2025-10-13 18:41:59 -04:00
derivation-resolution-goal.cc Split out DerivationResolutionGoal 2025-10-11 19:52:37 -04:00
derivation-trampoline-goal.cc Fix ca/eval-store.sh test 2025-10-13 18:41:59 -04:00
drv-output-substitution-goal.cc Make keys of Derivation*Goal more legible 2025-10-11 19:50:45 -04:00
entry-points.cc Use std::variant to enforce BuildResult invariants 2025-09-27 15:56:06 -04:00
goal.cc No more globals.hh in headers 2025-08-20 16:24:37 -04:00
substitution-goal.cc Use std::variant to enforce BuildResult invariants 2025-09-27 15:56:06 -04:00
worker.cc libstore: Use getFSAccessor for store object in Worker::pathContentsGood 2025-10-15 00:15:50 +03:00