services-flake/doc/index.md
Shivaraj B H d16e7950ea
docs(custom-service): Document the use of a custom service definition (#243)
Resolves https://github.com/juspay/services-flake/issues/242

Preview:
```sh
nix run "github:juspay/services-flake/custom-service?dir=doc"
```
2024-06-21 00:23:01 +05:30

1003 B

short-title template emanote
services-flake
sidebar
collapsed
true
folder-folgezettel
false

Running services using services-flake

services-flake provides declarative, composable, and reproducible services for Nix development environment, as a process-compose-flake module (based on flake-parts). It enables users to have NixOS-like services on MacOS and Linux.

It builds on top of the process-compose-flake module which allows running arbitrary processes declared in Nix.

See:

Demo

This is how running a service with services-flake looks like1: :::{.max-w-2xl .h-auto .mx-auto .p-4} !demo.gif :::


  1. The commands used in the demo are available start. ↩︎