Issue description
New users try to install unfree software, search for it with nix-env -qaP, and find it missing. Some more enterprising users search nixpkgs on GitHub and find it is definitely there but don't know how to find it.
Example chat where this happened: https://botbot.me/freenode/nixos/2016-07-20/?msg=69976623&page=9
Perhaps a way to improve this would be show the unfree software in the list, but with a note about it being unfree.
Steps to reproduce
- Be a new user who is evaluating NixOS/Nixpkgs
- Try to install hipchat
- Find it isn't in nix-env's list
- Confirm it is in nixpkgs via GitHub
- ??? until they find
{ allowUnfree = true; } or ask in IRC
Issue description
New users try to install unfree software, search for it with
nix-env -qaP, and find it missing. Some more enterprising users search nixpkgs on GitHub and find it is definitely there but don't know how to find it.Example chat where this happened: https://botbot.me/freenode/nixos/2016-07-20/?msg=69976623&page=9
Perhaps a way to improve this would be show the unfree software in the list, but with a note about it being unfree.
Steps to reproduce
{ allowUnfree = true; }or ask in IRC