NixOS-like services for Nix flakes
Go to file
2023-07-05 17:42:33 +05:30
dev dev: minor desc change 2023-06-21 18:03:07 -04:00
example dev: functional formatter 2023-06-21 16:09:47 -04:00
nix util-linux breaks services-flake on macos (#12) 2023-07-05 17:42:33 +05:30
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: wip 2023-06-27 10:46:41 -04:00
test.sh Finish the example 2023-06-21 15:47:10 -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