Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test(shards_finalize): Init | Benedikt Peetz | 2 days |
| | |||
* | fix(by-name-overlay): Apply the `finalizeFunction` to the correct attr set | Benedikt Peetz | 2 days |
| | |||
* | fix(by-name-overlay): Correctly work with `useShards = true` | Benedikt Peetz | 2 days |
| | |||
* | test(tests): Also include a test for `useShards = true` | Benedikt Peetz | 2 days |
| | |||
* | test(tests): Init | Benedikt Peetz | 2 days |
| | |||
* | feat(by-name-overlay): Support looking for files defined by a regex | Benedikt Peetz | 2 days |
| | | | | | Coincidently, this change also reduces the runtime on `useShards = false` from O(n^2) to O(n) because duplicated look-ups have been removed. | ||
* | fix(by-name-overlay)!: Remove the `coImportFunction` feature | Benedikt Peetz | 2 days |
| | | | | | | This enforces an unreasonable file system relationship between two directories. For example, if `dir/a` exists `dir2/a` must also exist. Using this is rather difficult and cumbersome. | ||
* | fix(by-name-overlay): Provide the id function as default for `finalizeFunction` | Benedikt Peetz | 2 days |
| | |||
* | chore(treewide): License under the LGPL-3.0-or-later | Benedikt Peetz | 3 days |
| | |||
* | chore(.reuse/templates/default): Add | Benedikt Peetz | 2025-01-17 |
| | |||
* | feat(by-name-overlay.nix): Support non-sharded by-name directories | Benedikt Peetz | 2024-12-24 |
| | |||
* | chore: Initial Commit | Benedikt Peetz | 2024-12-19 |