NixOS-like services for Nix flakes
Go to file
Sridhar Ratnakumar 9cbc82078f Add dev flake
2023-06-21 16:07:19 -04:00
dev Add dev flake 2023-06-21 16:07:19 -04:00
example example: update parent flake 2023-06-21 15:58:32 -04:00
nix postgres: readiness probe 2023-06-21 11:09:04 -04:00
test test: Update process-compose-flake 2023-06-21 10:01:14 -04:00
.envrc Add dev flake 2023-06-21 16:07:19 -04:00
.gitignore Add dev flake 2023-06-21 16:07:19 -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 readme: misc 2023-06-21 10:00:29 -04:00
test.sh Finish the example 2023-06-21 15:47:10 -04:00

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

Credits

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