FAQ: Difference between revisions

imported>Samueldr
imported>Samueldr
Line 289: Line 289:
See [[Nix Package Manager#Sandbox_builds]] for more details.
See [[Nix Package Manager#Sandbox_builds]] for more details.


== I cannot find $package when running <code>nix-env -qaP</code> even with channels configured ==
{{:FAQ/notfound}}
 
Not all packages are listed. Packages may not be listed because:
* the package is unfree, like e.g. ''unrar'' and ''teamspeak_client''; see [[FAQ#How_can_I_install_a_proprietary_or_unfree_package.3F|The appropriate FAQ entry for installing unfree packages]]
* the package is part of an attribute set and <code>nix-env</code> doesn't recurse into this set (see ''pkgs.recurseIntoAttrs''), use <code>nix-env -qaP -A haskellPackages</code> for listing these entries
 
{{:FAQ/unfree}}
{{:FAQ/unfree}}