short-title | template | emanote | |||||
---|---|---|---|---|---|---|---|
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:
- [[start]]#
- [[examples]]#
- [[services]]#
- [[contributing]]#
- [[guide]]#
This is how running a service with services-flake
looks like1:
:::{.max-w-2xl .h-auto .mx-auto .p-4}
![[demo.gif]]
:::
Footnotes
-
The commands used in the demo are available [[start]]. ↩