FAQ/Cannot Find Package

From NixOS Wiki
Revision as of 01:01, 11 January 2018 by imported>Samueldr (URL shortening trickery)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{#tweekihide:firstHeading}}

I cannot find $package when running nix-env -qaP even with channels configured

Not all packages are listed. Packages may not be listed because:

  • the package is unfree, like e.g. unrar and teamspeak_client; see The appropriate FAQ entry for installing unfree packages
  • the package is part of an attribute set and nix-env doesn't recurse into this set (see pkgs.recurseIntoAttrs), use nix-env -qaP -A haskellPackages for listing these entries