New install: unable to switch to unstable because systemd-boot version

Hi,
I just installed NixOS on one of my systems via the current live image (downloaded today). But it seems like on this 24.11 systemd-boot 256.10 is installed while on unstable 256.8 is used, thus I can’t update as nixos-rebuild switch complains about:

Skipping “/boot/EFI/systemd/systemd-bootx64.efi”, newer boot loader version in place already.
Skipping “/boot/EFI/BOOT/BOOTX64.EFI”, newer boot loader version in place already.

Is there any possibility to overcome this issue without waiting for an update of systemd-boot on the unstable channel?

The safest option would be to wait, IMO. But you can manually delete those files if you prefer, then reinstall the bootloader.

Similar discussion here: Systemd version in Unstable lower than Stable

Thanks for the reply, as mentioned in the other thread it seems to come to unstable later this week. As I need my system now I proceeded to delete the both files mentioned in my initial post and reinstalled the bootloader via nixos-rebuild switch --install-bootloader.