Loading
treewide: switch to channels.nixos.org
This is a follow-up for #460057 to completely remove all mentions of nixos.org/channels/.
The following command was used to generate this change:
```
find . -type f -exec sed -i 's|nixos.org/channels/|channels.nixos.org/|g' {} +
```