Every time I start lldb
I get a weird error:
$ nix run nixpkgs#lldb
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'lldb'
(lldb)
Is there something wrong with the packaging or should I have installed it differently?