Codelldb vscode extension

I can’t see that anyone has managed to get codelldb working yet on nixos. The bundled lldb doesn’t seem to work so I thought I’d point it to the system’s lldb.

I’ve tried installing lldb_8, lldb_9 and lldb_10 but I’m getting this error:

Error: “”/nix/store/y9zg6ryffgc5c9y67fcmfdkyyiivjzpj-glibc-2.27/lib/libc.so.6: version `GLIBC_2.28\’ not found (required by /nix/store/ja04f3cmapzb3f2mvjrb883bfqclsirq-python3-3.7.6/lib/libpython3.7m.so.1.0)""

I could try using an older python, but ideally I’d like to change lldb_10 to be built using the newer glibc. Any advice on a parameter to override or if I’m starting from the right place?