Can not install or uninstall packages

hello
after upgrade nixos to unstable version 22.05pre350838.554d2d8aa25 (Quokka) now can not install or remove any package . i test in 3 day all ways to solve problem but no one work for me.

 nix-env -e midori
uninstalling 'midori-9.0'
building '/nix/store/livxjfkapvmcc4w5vv4i43l6zlznd3sj-user-environment.drv'...
[2125:3798:0209/122901.190851:ERROR:get_updates_processor.cc(260)] PostClientToServerMessage() failed during GetUpdates with error 4
warning: skipping dangling symlink '/nix/store/nhgcgpl8d386fgb2rymbc9q9lglfah8m-user-environment/share/icons/hicolor/22x22/apps/brave-browser.png'
error: getting status of '/nix/store/rfr9snrwlaiascv029c8nqzd4g7q3kak-hicolor-icon-theme-0.17/share/icons/hicolor16x16': No such file or directory
error: builder for '/nix/store/livxjfkapvmcc4w5vv4i43l6zlznd3sj-user-environment.drv' failed with exit code 1;
       last 1 log lines:
       > error: getting status of '/nix/store/rfr9snrwlaiascv029c8nqzd4g7q3kak-hicolor-icon-theme-0.17/share/icons/hicolor16x16': No such file or directory
       For full logs, run 'nix log /nix/store/livxjfkapvmcc4w5vv4i43l6zlznd3sj-user-environment.drv'

log:

nix log  --extra-experimental-features nix-command /nix/store/livxjfkapvmcc4w5vv4i43l6zlznd3sj-user-environment.drv
@nix {"action":"msg","level":1,"msg":"\u001b[35;1mwarning:\u001b[0m skipping dangling symlink '/nix>
error: getting status of '/nix/store/rfr9snrwlaiascv029c8nqzd4g7q3kak-hicolor-icon-theme-0.17/share>
lines 1-2/2 (END)


nix-store --delete --ignore-liveness and nix-store --verify --check-contents --repair not helped .
also

 nix-store --repair-path  /nix/store/rfr9snrwlaiascv029c8nqzd4g7q3kak-hicolor-icon-theme-0.17/share/icons/hicolor16x16

Should be fixed by https://github.com/NixOS/nix/pull/6018.