mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
8 lines
177 B
Nix
8 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";
|
|
}
|