Example usage of supervisord.bin with nix-shell

This commit is contained in:
Luca Bruno 2014-10-13 16:19:05 +02:00
parent 41e6e64616
commit 20ec916d52

View File

@ -46,6 +46,11 @@ Having deterministic fullstack in development has never been more awesome.
Now build this with hydra and pass the environment around :)
Alternative using nix-shell:
- set `buildInputs = [ services.config.supervisord.bin ];`
- run `nix-shell`
- use `supervisord` and `supervisorctl` as you wish
reContain - heroku@home
-----------------------