dream2nix/examples/packages/languages/python-packaging-odoo
DavHau b727a07775 override: unify overriding across modules
Add options `overrides.${name}` and `overrideAll` to all language modules that manage a dependency tree.

This is done in a backward compatible fashion. Old options for overriding dependencies continue working, though those are not displayed in the manual anymore.

For the following modules the manual now suggest using the new unified override options:
- for pip: use `pip.overrides` and `pip.overrideAll` instead of  `pip.drvs`
- for nodejs-granular-v3: use `nodejs-granular-v3.overrides` and `nodejs-granular-v3.overrideAll` instead of `nodejs-granular-v3.deps`
- `php-granular`: use `php-granular.override` and `php-granular.overrideAll` instead of `php-granular.deps`
2024-03-13 14:25:41 +07:00
..
default.nix override: unify overriding across modules 2024-03-13 14:25:41 +07:00
flake.nix examples: cleanup and rename to simplify 2024-03-09 04:45:59 +00:00
lock.json examples: cleanup and rename to simplify 2024-03-09 04:45:59 +00:00