juspay / todo-app

A demo Haskell app showing the use of Nix with flake-parts to simplify various dev workflows
MIT License
6 stars 2 forks source link

Part 4: `services-flake` #22

Closed shivaraj-bh closed 1 month ago

shivaraj-bh commented 1 month ago

resolves #17 resolves #18

TODO:

shivaraj-bh commented 1 month ago

🎉 No longer need to bother closing globally running services. Project-directory-specific services using Unix sockets FTW!

Here's integration-test running with its own instance of services while I am developing in parallel with services in the project working directory:

image

srid commented 1 month ago

Here's integration-test running with its own instance of services while I am developing in parallel with services in the project working directory:

Yes, that's pretty cool. You could open neovim (and advertise our template in the process) in another panel, so everything can be demonstrated in one terminal window.