Can not upgrade to 24.05

I am trying to upgrade 24.05 but every time I get error. The error is:

error: reading symbolic link ‘/nix/var/nix/profiles/per-user/root/channels/channel-24.05’: No such file or directory

the step I run on terminal:

`

$ nix-channel --list | grep nixos`
`nixos` https://channels.nixos.org/channel-24.05
`nixos-24.05` https://channels.nixos.org/nixos-24.05

`$ nix-channel --add` https://channels.nixos.org/nixos-24.05 `nixos`

`$ sudo nixos-rebuild switch --upgrade`

BTW I AM NEW ON NIXOS

Where did you find the channel-24.05 URL? nixos-24.05 is the correct one. Also you need to update the channel for the root user (notice the # instead of $ prompt and the blue note in the update instructions):

sudo nix-channel --add https://channels.nixos.org/nixos-24.05 nixos