Open
Description
When you create a channel with .
or -
in its name like: nix-channel --add https://nixos.org/channels/nixos-17.03-small nixos-17.03-small
. And then you try to use it with an attribute path like nix-env -iA 'nixos-17.03-small.hello
, nix-env complains that it cannot find the attribute path. But if you instead give it a name like A
, then it will work!
This is happening on 1.11.15
.