dream2nix/tests/nix-unit
DavHau 752936f0c2 groups: implement global and local overrides
implement options:
- options.overrides
- options.groups.<name>.overrides

Having this, it should not be necessary anymore to override members of a group directly. Instead the logic can be bound to package names, either globally for all groups, or locally for a single group.

We should probably also rename :
- `options.commonModule` -> `options.overrideAll`
- `options.groups.<name>.commonModules` -> `options.groups.<name>.overrideAll`
2023-10-29 01:59:54 +00:00
..
test_findCycles lib: make all modules use new lib locations 2023-10-25 10:11:54 +00:00
test_graph_utils lib: make all modules use new lib locations 2023-10-25 10:11:54 +00:00
test_groups groups: implement global and local overrides 2023-10-29 01:59:54 +00:00
test_groups_multi_derivation_package lib: make all modules use new lib locations 2023-10-25 10:11:54 +00:00
test_nodejs_lock_v3 fix(nodejs-package-lock-v3): handle multiple versions & auto load packageLock 2023-09-05 18:45:57 +02:00
test_nodejs_lockutils lib: make all modules use new lib locations 2023-10-25 10:11:54 +00:00
test_nodejs_node_builder_v3 add new node builder mono-module (#748) 2023-10-17 20:59:10 +01:00
test_paths feat(paths): allow paths.package to be an absolute path 2023-09-21 11:00:03 +02:00
test_pip_pyproject refactor: rename modules.drv-parts => modules.dream2nix 2023-08-31 13:09:43 +00:00
test_python-pdm groups: change structure 2023-10-23 00:35:34 +00:00
test_python-pdm-lib pdm lib: recurse into dependencies 2023-09-29 20:47:33 +01:00
fixtures.nix groups: implement global and local overrides 2023-10-29 01:59:54 +00:00