about summary refs log tree commit diff stats
path: root/pkgs/by-name/co/con2pdf (follow)
Commit message (Collapse)AuthorAge
* pkgs/con2pdf: Correctly use `DEVICE_FUNCTION` as environment variableBenedikt Peetz2025-05-04
| | | | | The `%` was still left from the `sysLib` -> `pkgs.writeShellApplication` migration.
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* pkgs/con2pdf: Migrate to `writeShellApplication`Benedikt Peetz2025-04-14
|
* fix(pkgs/con2pdf): Avoid using deprecated `convert` commandBenedikt 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.