1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-05 00:21:01 +01:00
nix/src/libstore/build
John Ericson 692074f714 Use Worker::makeDerivationGoal less
We're about to split up `DerivationGoal` a bit. At that point
`makeDerivationGoal` will mean something more specific than it does
today. (Perhaps a future rename will make this clearer.)

On the other hand, the more public `Worker::makeGoal` function will
continue to work exactly as before. So by moving some call sites to use
that instead, we preemptively avoid issues in the next step.
2023-08-25 09:55:07 -04:00
..
derivation-goal.cc Use Worker::makeDerivationGoal less 2023-08-25 09:55:07 -04:00
derivation-goal.hh Fixing #7479 2023-08-18 11:44:00 -04:00
drv-output-substitution-goal.cc Fix crash/hang with CA derivations 2023-03-08 11:09:15 +01:00
drv-output-substitution-goal.hh introduces Goal::jobCategory 2023-05-08 19:45:46 +01:00
entry-points.cc Use Worker::makeDerivationGoal less 2023-08-25 09:55:07 -04:00
goal.cc Introduce SingleDrvOutputs 2023-04-15 12:51:19 -04:00
goal.hh Document jobCategory() 2023-08-16 16:16:58 +02:00
hook-instance.cc Split OptionalPathSetting from PathSetting 2023-06-18 23:31:18 -04:00
hook-instance.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
local-derivation-goal.cc Introduce OutputName and OutputNameView type aliases 2023-08-25 09:55:07 -04:00
local-derivation-goal.hh Introduce OutputName and OutputNameView type aliases 2023-08-25 09:55:07 -04:00
personality.cc Also set the PER_LINUX32 personality flag on armv5tel-linux 2023-06-02 03:04:13 -06:00
personality.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
sandbox-defaults.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
sandbox-minimal.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
sandbox-network.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
substitution-goal.cc max-substitution-jobs release note entry 2023-05-14 09:51:11 +01:00
substitution-goal.hh Prevent overriding virtual methods that are called in a destructor 2023-08-11 11:58:33 +02:00
worker.cc Fixing #7479 2023-08-18 11:44:00 -04:00
worker.hh Better document build failure exit codes 2023-06-22 14:29:45 -04:00