readme: use zulip badge

This commit is contained in:
Sridhar Ratnakumar 2024-04-12 04:27:01 -04:00 committed by GitHub
parent 44d260ddba
commit ff4ec479a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://nixos.zulipchat.com/#narrow/stream/414022-process-compose-flake)
# process-compose-flake
A [flake-parts](https://github.com/hercules-ci/flake-parts) module for [process-compose](https://github.com/F1bonacc1/process-compose).
@ -7,7 +9,7 @@ https://community.flake.parts/process-compose-flake
## Contributing
Please run `nix run nixpkgs#nixci` on a NixOS machine to run the full suite of tests before pushing changes to the main branch. Our CI (Github Actions) cannot do this yet.
Please run `nix run github:srid/nixci build` on a NixOS machine to run the full suite of tests before pushing changes to the main branch. Our CI (Github Actions) cannot do this yet.
## Discussion
@ -15,5 +17,5 @@ Please run `nix run nixpkgs#nixci` on a NixOS machine to run the full suite of t
## Related projects
- [`proc-flake`](https://github.com/srid/proc-flake): A similar module that uses a `Procfile`-based runner. It is less feature-rich, but [at times more reliable](https://github.com/Platonic-Systems/process-compose-flake/issues/30) than process-compose.
- [`services-flake`](https://github.com/juspay/services-flake): NixOS-like services built on top of process-compose-flake.
- [`proc-flake`](https://github.com/srid/proc-flake): A similar module that uses a `Procfile`-based runner. It is less feature-rich, but [at times more reliable](https://github.com/Platonic-Systems/process-compose-flake/issues/30) than process-compose.