I did not installed nothing related to xdg and i getting this error when trying to nixos-rebuild
error: collision between `/nix/store/qg9isc6gyqqwrhjnsmi49p814g1sfhii-xdg-desktop-portal-gtk-1.14.1/share/xdg-desktop-portal/portals/gtk.portal' and `/nix/store/2wixjlhwb4f73rrg2hlmk51p7h0vgmmy-xdg-desktop-portal-gtk-1.14.1/share/xdg-desktop-portal/portals/gtk.portal'
error: builder for '/nix/store/h71vqnqdlc7irjni99arbwjrqivivahh-xdg-portals.drv' failed with exit code 25
error: 1 dependencies of derivation '/nix/store/qzp80p132vs56scxjs1mfcc5ab3lsz9b-etc-environment.drv' failed to build
error: 1 dependencies of derivation '/nix/store/mskfjb2xrsv4mfrp19slis9xlmbm4rck-set-environment.drv' failed to build
error: 1 dependencies of derivation '/nix/store/7k71mb3qryclkas0amm8s7nqygm7w95d-system-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/b8r516g3nps410zr6f8va61hbcn1f35h-nixos-system-nixos-23.05.3580.5d017a8822e0.drv' failed to build
there is two xdg-desktop-portal-gtk-1.14.1 folders in /nix/store and both is returning
$ sudo nix store delete /nix/store/2wixjlhwb4f73rrg2hlmk51p7h0vgmmy-xdg-desktop-portal-gtk-1.14.1 --extra-experimental-features nix-command
0 store paths deleted, 0.00 MiB freed
error: Cannot delete path '/nix/store/2wixjlhwb4f73rrg2hlmk51p7h0vgmmy-xdg-desktop-portal-gtk-1.14.1' since it is still alive. To find out why, use: nix-store --query --roots
i’m afraid to use --ignore-liveness
and break my system entirely
one of the folders is created today for some reason