From ff4ec479a8b98f04cb9ee1ef08fc02e65afad705 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:27:01 -0400 Subject: [PATCH] readme: use zulip badge --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5691a1..40716d6 100644 --- a/README.md +++ b/README.md @@ -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.