services-flake/README.md
2023-06-19 18:01:04 -04:00

569 B

services-flake

NixOS-like services for Nix flakes, as a process-compose-flake module (based on flake-parts).

Getting Started

TODO

(But see ./test/flake.nix)

Services available

  • Hello World
  • [-] PostgreSQL
  • MySQL
  • Redis
  • ...

Contributing

We do not have CI yet, so please run ./test.sh on NixOS.

Credits

Thanks to the devenv project on which much of our services implementation is based on.