summary refs log tree commit diff stats
path: root/by-name-overlay.nix (follow)
Commit message (Collapse)AuthorAge
* fix(by-name-overlay): Correctly display the `rawPath` in warnings primeBenedikt Peetz14 hours
| | | | | | Without the `builtins.toString` nix will just copy the path to the store and return that. With the `builtins.toString` it actually prints the real path.
* fix(by-name-overlay): Actually return pathsBenedikt Peetz4 days
| | | | | The previous version regressed and returned strings with context (which would then end up in the nix store).
* feat(by-name-overlay): Provide a toggle to return relative pathsBenedikt Peetz4 days
|
* fix(by-name-overlay): Return absolute paths againBenedikt Peetz4 days
| | | | This was a regression.
* fix(by-name-overlay): Apply the `finalizeFunction` to the correct attr setBenedikt Peetz4 days
|
* fix(by-name-overlay): Correctly work with `useShards = true`Benedikt Peetz4 days
|
* feat(by-name-overlay): Support looking for files defined by a regexBenedikt Peetz4 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` featureBenedikt Peetz4 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 Peetz4 days
|
* chore(treewide): License under the LGPL-3.0-or-laterBenedikt Peetz4 days
|
* feat(by-name-overlay.nix): Support non-sharded by-name directoriesBenedikt Peetz2024-12-24
|
* chore: Initial CommitBenedikt Peetz2024-12-19