nix-channel --list
gives no output in my fresh NixOS installation. I used a VirtualBox appliance from https://nixos.org/nixos/download.html.
- Do I need to subscribe to a channel?
- Why aren't there any channels visible in the VirtualBox installation?
- I can install packages just fine, don't I need a channel for that?
I am a NixOS beginner and still trying to grasp the basic concepts.
edit: I was running nix-channel --list
with user permissions, whereas sudo nix-channel --list
listed a channel as expected...