nix-super/src/libstore/build
Maximilian Bosch 3944a120ec
Set environment variables for .attrs.json & .attrs.sh
This way no derivation has to expect that these files are in the `cwd`
during the build. This is problematic for `nix-shell` where these files
would have to be inserted into the nix-shell's `cwd` which can become
problematic with e.g. recursive `nix-shell`.

To remain backwards-compatible, the location inside the build sandbox
will be kept, however using these files directly should be deprecated
from now on.
2021-06-22 19:15:57 +02:00
..
derivation-goal.cc Source complete env in nix-shell with __structuredAttrs = true; 2021-06-22 19:15:57 +02:00
derivation-goal.hh Properly sign the unresolved drvs 2021-03-15 16:35:17 +01:00
drv-output-substitution-goal.cc Allow substituting drv outputs when building 2021-03-01 14:00:17 +01:00
drv-output-substitution-goal.hh Allow substituting drv outputs when building 2021-03-01 14:00:17 +01:00
entry-points.cc Rename Buildable 2021-04-05 09:52:25 -04:00
goal.cc PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
goal.hh PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
hook-instance.cc Change .cc files to use split build headers 2020-10-12 17:08:52 +00:00
hook-instance.hh Trim hook-instance.hh 2020-10-12 17:16:13 +00:00
local-derivation-goal.cc Set environment variables for .attrs.json & .attrs.sh 2021-06-22 19:15:57 +02:00
local-derivation-goal.hh Rename Buildable 2021-04-05 09:52:25 -04:00
substitution-goal.cc PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
substitution-goal.hh PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
worker.cc PathSubstitutionGoal: Clean up pipe 2021-04-07 12:21:31 +02:00
worker.hh Allow substituting drv outputs when building 2021-03-01 14:00:17 +01:00