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
/
test.nix
(
unfollow
)
Commit message (
Collapse
)
Author
2 days
test(shards_relative): Init
Benedikt Peetz
2 days
feat(by-name-overlay): Provide a toggle to return relative paths
Benedikt Peetz
2 days
fix(by-name-overlay): Return absolute paths again
Benedikt Peetz
This was a regression.
2 days
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
Coincidently, this change also reduces the runtime on `useShards = false` from O(n^2) to O(n) because duplicated look-ups have been removed.
2 days
fix(by-name-overlay)!: Remove the `coImportFunction` feature
Benedikt Peetz
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.
2 days
fix(by-name-overlay): Provide the id function as default for `finalizeFunction`
Benedikt Peetz
3 days
chore(treewide): License under the LGPL-3.0-or-later
Benedikt Peetz