devenv icon indicating copy to clipboard operation
devenv copied to clipboard

The option `services.kafka' does not exist

Open imcom opened this issue 1 year ago • 1 comments

Describe the bug

  services.redis.enable = true;
  services.kafka.enable = true;

Redis works fine But I got error when enabling kafka

       … while calling the 'throw' builtin
         at «github:cachix/devenv-nixpkgs/4267e705586473d3e5c8d50299e71503f16a6fb6»/lib/modules.nix:298:18:
          297|                     ''
          298|             else throw baseMsg
             |                  ^
          299|         else null;

       error:
       error: The option `services.kafka' does not exist. Definition values:

To reproduce

Here are the devenv.nix and devenv.yml

https://gist.github.com/imcom/b176d7748f8c284c9b2c1c9fec500dce

Version

╰─ devenv version                                                                                                                                                        ─╯
devenv 1.3.1 (aarch64-darwin)

imcom avatar Dec 06 '24 08:12 imcom

Have you updated the lock file with devenv update?

sandydoo avatar Dec 06 '24 09:12 sandydoo

needs devenv update.

domenkozar avatar Nov 08 '25 16:11 domenkozar