How can I run `chromiumDev`?

I want to run something in the upcoming Chromium 108. Luckily, chromiumDev was recently updated to 108. However, for some reason, I can’t seem to run it:

$ nix shell nixpkgs#chromiumDev
error: builder for '/nix/store/qzgg6zbd54v14xqhvgm96zjrw0has4s1-chromium-unwrapped-108.0.5327.0.drv' failed with exit code 1;
      last 10 log lines:
      > Current dir: /build/chromium-108.0.5327.0/out/Release/
      > Command: python3 /build/chromium-108.0.5327.0/tools/clang/scripts/update.py --print-revision --verify-version=16.0.0
      > Returned 1 and printed out:
      >
      > The expected clang version is llvmorg-16-init-5189-gbfcd536a-1 but the actual version is
      > Did you run "gclient sync"?
      >
      > See //build/config/BUILDCONFIG.gn:347:3: which caused the file to be included.
      >   "//build/config/compiler:thinlto_optimize_default",
      >   ^-------------------------------------------------
      For full logs, run 'nix log /nix/store/qzgg6zbd54v14xqhvgm96zjrw0has4s1-chromium-unwrapped-108.0.5327.0.drv'.
error: 1 dependencies of derivation '/nix/store/iv4szff695ksvg33zchs8s2vyn1fncbf-chromium-dev-108.0.5327.0.drv' failed to build

I get a similar error when adding it to my NixOS config. I am using NixOS unstable.

Is this an issue that I can fix, or is there something wrong in nixpkgs?

Yes, the package seems to be broken and needs fixing.

Filed Cannot build `chromiumDev` · Issue #195631 · NixOS/nixpkgs · GitHub.