index
:
nix-library
this commit
prime
A library of nix functions, used for example in the nixos-server config
vhack.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
no_shards
(
unfollow
)
Commit message (
Collapse
)
Author
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
feat(by-name-overlay): Support looking for files defined by a regex
Benedikt Peetz
Coincidently, this change also reduces the runtime on `useShards = false` from O(n^2) to O(n) because duplicated look-ups have been removed.
4 days
fix(by-name-overlay)!: Remove the `coImportFunctio