modules/telescope: fix package
This commit is contained in:
parent
8b0bc33653
commit
f21c145f95
1 changed files with 2 additions and 2 deletions
|
@ -98,9 +98,9 @@ in
|
|||
}
|
||||
|
||||
# extensions
|
||||
(lib.flip lib.mapAttrsToList extensions (packageName: package: {
|
||||
(lib.flip lib.mapAttrsToList extensions (packageName: ext: {
|
||||
"${packageName}" = {
|
||||
inherit package;
|
||||
inherit (ext) package;
|
||||
isDependency = lib.mkDefault true;
|
||||
};
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue