NixOS-like services for Nix flakes
Go to file
2023-06-19 17:56:18 -04:00
nix Initial implementation: hello and postgres 2023-06-19 17:56:18 -04:00
test Initial implementation: hello and postgres 2023-06-19 17:56:18 -04:00
flake.nix Initial implementation: hello and postgres 2023-06-19 17:56:18 -04:00
LICENSE Initial commit 2023-06-19 17:44:27 -04:00
README.md Initial implementation: hello and postgres 2023-06-19 17:56:18 -04:00
test.sh Initial implementation: hello and postgres 2023-06-19 17:56:18 -04:00

services-flake

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

Getting Started

TODO

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.