aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/lf/lf-make-map/flake.nix (unfollow)
Commit message (Collapse)Author
2026-06-02pkgs/*/flake.nix: Actually instantiate `nixpkgs` instead of just loadingBenedikt Peetz
2026-05-28treewide: FormatBenedikt Peetz
2026-05-12treewide: Switch to npinsBenedikt Peetz
2025-09-02treewide: Remove `with pkgs;`Benedikt Peetz
This is an antipattern and makes grepping for specific packages harder.
2025-04-27pkgs/lf-make-map: Reduce flake to a simple dev shellBenedikt Peetz
More is not needed.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-05-23refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz
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.
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2024-05-05feat(pkgs/lf-make-map): InitBenedikt Peetz