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

This commit is contained in:
Profpatsch
2017-04-12 00:01:38 +02:00
parent d916ce2ef4
commit 9b7b950832
+5
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