services-flake/README.md

26 lines
744 B
Markdown
Raw Normal View History

2023-06-20 00:44:27 +03:00
# services-flake
NixOS-like services for Nix flakes, as a [process-compose-flake](https://github.com/Platonic-Systems/process-compose-flake) module (based on flake-parts).
## Getting Started
TODO
2023-06-20 01:01:04 +03:00
(But see `./test/flake.nix`)
## Services available
- [x] Hello World
- [-] PostgreSQL
- [ ] MySQL
- [ ] Redis
- [ ] ...
## Contributing
2023-06-20 01:02:41 +03:00
- If you are adding a *new* service, see https://github.com/cachix/devenv/tree/main/src/modules/services for inspiration.
- When openning 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](https://github.com/cachix/devenv/tree/main/src/modules/services) on which much of our services implementation is based on.