mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
7 lines
177 B
Nix
7 lines
177 B
Nix
# Used in the generation of package search database.
|
|
{
|
|
# Ensures no aliases are in the results.
|
|
allowAliases = false;
|
|
allowVariants = false;
|
|
recursionMode = "search";
|
|
}
|