Nixos Rebuild Failure (/nix/store/...-user-units.drv)

When updating to 27e30d177e57d912d614c88c622dcfdb2e6e6515 on nixos-unstable I’m receiving the following error:

Error:

building the system configuration...
error: builder for '/nix/store/62wl3nv2wpa1pzh1n5frcidby0l9gs7b-user-units.drv' failed with exit code 1;
       last 1 log lines:
       > ln: failed to create symbolic link '/nix/store/2pq2z6a2zkd7xq4ii5kqrkff0w6453n1-user-units/xdg-desktop-portal-gtk.service': File exists
       For full logs, run 'nix log /nix/store/62wl3nv2wpa1pzh1n5frcidby0l9gs7b-user-units.drv'.
error: 1 dependencies of derivation '/nix/store/cbw1ada9m1kyhccxjyxh581xi4w4168g-etc.drv' failed to build
error: 1 dependencies of derivation '/nix/store/327ik34z2lxb5l0m2ddb8g9cmki64ci8-nixos-system-nixos-24.11.20241001.27e30d1.drv' failed to build

Command: sudo nixos-rebuild switch --flake /etc/nixos#default

Share code, please…

I figured out what it was, there’s currently a bug with GNOME and thus setting services.xserver.desktopManager.gnome.enable = false; resolved the issue for me. I know it isn’t an ideal solution but I don’t use GNOME regardless