about summary refs log tree commit diff stats
path: root/pkgs/by-name/lf/lf-make-map/src/mapping (follow)
Commit message (Collapse)AuthorAge
* pkgs/lf-make-map: Correctly insert a child after a tiebreakBenedikt Peetz10 days
|
* pkgs/lf-make-map: Add copyright headersBenedikt Peetz10 days
|
* pkgs/lf-make-map: Use trinitrix's keymaps libraryBenedikt Peetz10 days
| | | | | The library was largely modelled after the previously used `MappingTrie`. Thus using that results in code deduplication.
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz10 days
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* fix(pkgs/lf-make-map): Ensure stable sorting of the `lf` mappingsBenedikt Peetz2024-10-04
|
* refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz2024-05-23
This might not be the perfect way to organize a package set -- especially if the set is not nearly the size of nixpkgs -- but it is _at_ least a way of organization.