mirror of
https://github.com/juspay/services-flake.git
synced 2024-11-12 18:08:30 +03:00
NixOS-like services for Nix flakes
dev | ||
example | ||
nix | ||
test | ||
.envrc | ||
.gitignore | ||
flake.nix | ||
LICENSE | ||
README.md | ||
test.sh |
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
- If you are adding a new service, see https://github.com/cachix/devenv/tree/main/src/modules/services for inspiration.
- When opening a PR, note that we do not have CI yet, so please run
./test.sh
locally on your NixOS machine.
Credits
Thanks to the devenv project on which much of our services implementation is based on.