You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Its frustrating to try to build multiple installables and map them to result,result-N output links.
Describe the solution you'd like
I'd like to have an easy way to define output links that map to installables in the on nix build invocation.
I think it'd be nice if I could either pass in a comma separated list to --out-link or multiple --out-link calls but that could break some other workflow (but maybe thats fine considering #7701), alternatively a new param like --out-links result-foo,result-bar could work too.
Is your feature request related to a problem? Please describe.
Its frustrating to try to build multiple installables and map them to result,result-N output links.
Describe the solution you'd like
I'd like to have an easy way to define output links that map to installables in the on nix build invocation.
I think it'd be nice if I could either pass in a comma separated list to --out-link or multiple --out-link calls but that could break some other workflow (but maybe thats fine considering #7701), alternatively a new param like --out-links result-foo,result-bar could work too.
Describe alternatives you've considered
I'm currently doing the following:
I've also considered using
--print-out-paths
and setting bash variables from the return.The text was updated successfully, but these errors were encountered: