NixOS-like services for Nix flakes
Go to file
Sridhar Ratnakumar 85a89560b6 Revert "dev flake: check example and tests"
This reverts commit 05345eaab7.
2023-07-10 19:36:14 -04:00
dev Revert "dev flake: check example and tests" 2023-07-10 19:36:14 -04:00
example readme: Add gif demo of ./example 2023-07-10 13:20:17 -04:00
nix add before and after options to initialScript in postgres (#5) 2023-07-10 21:10:52 +05:30
test Revert "dev flake: check example and tests" 2023-07-10 19:36:14 -04:00
.envrc Revert "dev flake: check example and tests" 2023-07-10 19:36:14 -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 Revert "dev flake: check example and tests" 2023-07-10 19:36:14 -04:00
test.sh Revert "dev flake: check example and tests" 2023-07-10 19:36:14 -04:00

services-flake

Note

🚧 Work in Progress

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.

FAQ

Why not re-use devenv service modules?

This is currently not possible (nor prioritized by the devenv project), which is why we must create our own services. See https://github.com/cachix/devenv/issues/75