Commit message (Collapse) | Author | ||
---|---|---|---|
16 hours | fix(by-name-overlay): Correctly display the `rawPath` in warnings prime | Benedikt 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 days | fix(by-name-overlay): Actually return paths | Benedikt Peetz | |
The previous version regressed and returned strings with context (which would then end up in the nix store). | |||
4 days | test(shards_relative): Init | Benedikt Peetz | |
4 days | feat(by-name-overlay): Provide a toggle to return relative paths | Benedikt Peetz | |
4 days | fix(by-name-overlay): Return absolute paths again | Benedikt Peetz | |
This was a regression. | |||
4 days | test(shards_finalize): Init | Benedikt Peetz | |
4 days | fix(by-name-overlay): Apply the `finalizeFunction` to the correct attr set | Benedikt Peetz | |
4 days | fix(by-name-overlay): Correctly work with `useShards = true` | Benedikt Peetz | |
4 days | test(tests): Also include a test for `useShards = true` | Benedikt Peetz | |
4 days | test(tests): Init | Benedikt Peetz | |
4 days |