From 9b7b950832e6ae97c301e8328b797e8b39efb545 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 30 Mar 2017 22:03:40 +0200 Subject: /lib/default.nix: Add file docstring & unit test hint --- lib/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/default.nix') diff --git a/lib/default.nix b/lib/default.nix index 09a64f754d8..632b12510e8 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -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 -- cgit 1.4.1