{ ... }: { nixpkgs.overlays = [ (final: prev: { lldb = prev.lldb.overrideAttrs (old: { dontCheckForBrokenSymlinks = true; }); }) ]; }