Speeds up the list -i command.
This commit is contained in:
parent
3bdce8d332
commit
c46e3dcd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ proc list(options: Options) =
|
|||
|
||||
proc listInstalled(options: Options) =
|
||||
var h = initOrderedTable[string, seq[string]]()
|
||||
let pkgs = getInstalledPkgs(options.getPkgsDir(), options)
|
||||
let pkgs = getInstalledPkgsMin(options.getPkgsDir(), options)
|
||||
for x in pkgs.items():
|
||||
let
|
||||
pName = x.pkginfo.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue