devenv
devenv copied to clipboard
The option `services.kafka' does not exist
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)
Have you updated the lock file with devenv update?
needs devenv update.