readme: misc

This commit is contained in:
Sridhar Ratnakumar 2023-06-21 10:00:29 -04:00
parent e6a264cdc9
commit 0dc9836cbe

View File

@ -11,7 +11,7 @@ TODO
## Services available
- [x] Hello World
- [-] PostgreSQL
- [x] PostgreSQL
- [ ] MySQL
- [ ] Redis
- [ ] ...
@ -19,8 +19,8 @@ TODO
## Contributing
- 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.
- 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](https://github.com/cachix/devenv/tree/main/src/modules/services) on which much of our services implementation is based on.
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.