/lib/default.nix: Add file docstring & unit test hint

This commit is contained in:
Profpatsch 2017-03-30 22:03:40 +02:00
parent d916ce2ef4
commit 9b7b950832

View File

@ -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
# trivial, often used functions