summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/packages-config.nix
blob: 0137e02abfb0bef7ac755cd251a72b916fefe3a8 (plain)
1
2
3
4
5
6
7
# Used in the generation of package search database.
{
  # Ensures no aliases are in the results.
  allowAliases = false;
  allowVariants = false;
  recursionMode = "search";
}