devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Generalize tasks to processes

Open domenkozar opened this issue 1 year ago • 2 comments

That would allow us to implement https://github.com/cachix/devenv/issues/1426

We'd need to make each process a task and have a notion of long-running task.

domenkozar avatar Sep 24 '24 23:09 domenkozar

Would this include specifying dependencies between tasks and services/processes?

farnoy avatar Jan 23 '25 12:01 farnoy

Yes

domenkozar avatar Jan 24 '25 18:01 domenkozar

This would be very helpful for me, my use case: I have a task to build an app. I'd like to be able to run the task to build ad-hoc and also run the task pre-process start.

tebriel avatar May 10 '25 15:05 tebriel

here's a prototype, could you guys see if that fits your use case?

domenkozar avatar Jul 24 '25 21:07 domenkozar