I’m running NixOS. I’ve explicitly set the NixOS channel as superuser.
❯ sudo nix-channel --list
nixos https://nixos.org/channels/nixos-unstable
However, I’ve never subscribed to any channels as an ordinary user.
❯ nix-channel --list
So when I do something like nix-shell -p somepackage
, what channel does it get somepackage
from? I assume it defaults to the nixos channel, is that correct?