summary refs log tree commit diff stats
path: root/by-name-overlay.nix (unfollow)
Commit message (Collapse)Author
16 hoursfix(by-name-overlay): Correctly display the `rawPath` in warnings primeBenedikt Peetz
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.
4 daysfix(by-name-overlay): Actually return pathsBenedikt Peetz
The previous version regressed and returned strings with context (which would then end up in the nix store).
4 daystest(shards_relative): InitBenedikt Peetz
4 daysfeat(by-name-overlay): Provide a toggle to return relative pathsBenedikt Peetz
4 daysfix(by-name-overlay): Return absolute paths againBenedikt Peetz
This was a regression.
4 daystest(shards_finalize): InitBenedikt Peetz
4 daysfix(by-name-overlay): Apply the `finalizeFunction` to the correct attr setBenedikt Peetz
4 daysfix(by-name-overlay): Correctly work with `useShards = true`Benedikt Peetz
4 daystest(tests): Also include a test for `useShards = true`Benedikt Peetz
4 daystest(tests): InitBenedikt Peetz
4 days