/lib/default.nix: Add file docstring & unit test hint
This commit is contained in:
parent
d916ce2ef4
commit
9b7b950832
|
@ -1,3 +1,8 @@
|
||||||
|
/* Library of low-level helper functions for nix expressions.
|
||||||
|
*
|
||||||
|
* Please implement (mostly) exhaustive unit tests
|
||||||
|
* for new functions in `./tests.nix'.
|
||||||
|
*/
|
||||||
let
|
let
|
||||||
|
|
||||||
# trivial, often used functions
|
# trivial, often used functions
|
||||||
|
|
Loading…
Reference in New Issue