Hello,
I’m trying to update to NixOS 25.05, but I am unable to update my nixos
channel.
I changed nixos
from https://channels.nixos.org/nixos-24.11
to https://channels.nixos.org/nixos-25.05
.
sudo nix-channel --list
nixos https://channels.nixos.org/nixos-25.05
nixos-23.05 https://channels.nixos.org/nixos-23.05
nixos-unstable https://nixos.org/channels/nixos-unstable
sudo nix-channel --update
unpacking 3 channels...
nix flake update
does not update anything.
I deleted both caches:
sudo rm -r /root/.cache/nix
rm -r ~/.cache/nix
But, this is not helping either.
What can I do?