Do not show legacy aliases (#309)
Legacy aliases are slated for removal and should not be used. https://github.com/NixOS/nixos-search/issues/306
This commit is contained in:
parent
519f18e5a5
commit
25b085fb41
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
# Ensures no aliases are in the results.
|
||||
allowAliases = true;
|
||||
allowAliases = false;
|
||||
|
||||
# Also list unfree packages
|
||||
allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue