Skip to content

Commit

Permalink
readme: Use new doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Dec 19, 2023
1 parent 48cd3d0 commit e93e3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Or see `./test/flake.nix`

## A note on process working directory

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.
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://community.flake.parts/mission-control) module or a [justfile](https://just.systems/). The example uses the latter.

## Discussions

Expand All @@ -40,7 +40,7 @@ To discuss the project, please [join our Zulip](https://nixos.zulipchat.com/#nar
## Contributing

- If you are adding a *new* service, see https://github.com/cachix/devenv/tree/main/src/modules/services for inspiration.
- For contributing to docs, see https://flakular.in/about#contributing
- For contributing to docs, see https://github.com/flake-parts/community.flake.parts#guidelines-for-writing-docs

## Credits

Expand Down

0 comments on commit e93e3ac

Please sign in to comment.