Open
Description
Is your feature request related to a problem? Please describe.
Confusion around --store
like in #10119
Describe the solution you'd like
Cleanly separate the build and evaluation stores in the interface. For that
- Promote the existing
eval-store
CLI option to a parameter - Add a new
target-store
parameter for the store used to build things - Make
store
set defaults for botheval-
andtarget-
Describe alternatives you've considered
Additional context
In the longer run, we'll also want to split build-store
(or build-stores
) out of target-store
, which would solve #6893 and give Nix the same model as Hydra.
Priorities
Add 👍 to issues you find important.