Rename extraVirtualAliases to aliases and update description
The extra and virtual parts are redundant and Postfix specific and not at all required. Compare forwards for example.
This commit is contained in:
@@ -94,7 +94,7 @@ let
|
||||
mergeLookupTables lookupTables;
|
||||
|
||||
# extra_valiases_postfix :: Map String [String]
|
||||
extra_valiases_postfix = attrsToLookupTable cfg.extraVirtualAliases;
|
||||
extra_valiases_postfix = attrsToLookupTable cfg.aliases;
|
||||
|
||||
# forwards :: Map String [String]
|
||||
forwards = attrsToLookupTable cfg.forwards;
|
||||
|
||||
Reference in New Issue
Block a user