aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/co/con2pdf (unfollow)
Commit message (Collapse)Author
2025-05-04pkgs/con2pdf: Correctly use `DEVICE_FUNCTION` as environment variableBenedikt Peetz
The `%` was still left from the `sysLib` -> `pkgs.writeShellApplication` migration.
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.
2025-04-14pkgs/con2pdf: Migrate to `writeShellApplication`Benedikt Peetz
2024-10-04fix(pkgs/con2pdf): Avoid using deprecated `convert` commandBenedikt Peetz
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.