also adds a nix app that just points to process-compose to run it with nix run .#dev-compose. i didn't use process-compose nix module or provide the deps via nix, since doing that wouldn't let you be able to just restart commands in process-compose and pick up the newest changes (as opposed to restarting the entire process-compose which defeats the purpose of it).
Monorepo for Tangled โ https://tangled.org
add process-compose.yaml for starting up dev env more conveniently #305
closed
opened by
expand 2 commits
hide 2 commits
process-compose.yaml: add for starting up local dev env using nix
flake.nix: add app for starting up process-compose
expand 2 commits
hide 2 commits
process-compose.yaml: add for starting up local dev env using nix
flake.nix: add app for starting up process-compose
closing this since there'll be a better dev env later that won't need this