Enhance the Pixi task system to support more composable and flexible tasks.
- Arguments: Allow the user to inject arguments into tasks when using
pixi run
. #502 - Variables: Enable the use of previously defined variables in tasks.
- Dependencies: Introduce the ability to set variables for the tasks you depend on to make them more composable. #957 #1152
- Extensibility: Ensure that the task system is extensible using a custom syntax to also support jinja functions.