Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The option `services.kafka' does not exist #1631

Open
imcom opened this issue Dec 6, 2024 · 1 comment
Open

The option `services.kafka' does not exist #1631

imcom opened this issue Dec 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@imcom
Copy link

imcom commented Dec 6, 2024

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 imcom added the bug Something isn't working label Dec 6, 2024
@sandydoo
Copy link
Member

sandydoo commented Dec 6, 2024

Have you updated the lock file with devenv update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants