From 48cd3d06c918b8104f47a5bfa27519652b93ecbf Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:20:14 -0500 Subject: [PATCH] readme: Link to Zulip for discussion --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c1863ea..070ef1c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Or see `./test/flake.nix` The `dataDir` of these services tend to take *relative* paths, which are usually relative to the project root. As such, when you run these services using `nix run`, their data files are created relative to whichever directory you are in. If you want these data files to always reside relative to the project directory, instead of using `nix run` consider wrapping the process-compose packages in script, via either [mission-control](https://flakular.in/mission-control/) module or a [justfile](https://just.systems/). The example uses the latter. +## Discussions + +To discuss the project, please [join our Zulip](https://nixos.zulipchat.com/#narrow/stream/414011-services-flake). + ## Contributing - If you are adding a *new* service, see https://github.com/cachix/devenv/tree/main/src/modules/services for inspiration.