aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/mp/mpdpopm/package.nix (unfollow)
Commit message (Collapse)Author
2026-05-28treewide: FormatBenedikt Peetz
2026-01-24pkgs/mpdpopm: InitBenedikt Peetz
This is based on https://github.com/sp1ff/mpdpopm at commit 178df8ad3a5c39281cfd8b3cec05394f4c9256fd.
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-11-24feat(modules/lf): Dynamically generate the cd scriptBenedikt Peetz
This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date.
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-09feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`Benedikt Peetz
2024-05-05feat(pkgs/lf-make-map): InitBenedikt Peetz