summary refs log tree commit diff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-03-30 22:03:40 +0200
committerProfpatsch <mail@profpatsch.de>2017-04-12 00:01:38 +0200
commit9b7b950832e6ae97c301e8328b797e8b39efb545 (patch)
tree17cb53256b0aa7b3e2bb9ee74905d7aa972b9698 /lib/default.nix
parentd916ce2ef40e412c361805531eff5966a309da1d (diff)
downloadnixpkgs-9b7b950832e6ae97c301e8328b797e8b39efb545.tar
nixpkgs-9b7b950832e6ae97c301e8328b797e8b39efb545.tar.gz
nixpkgs-9b7b950832e6ae97c301e8328b797e8b39efb545.tar.bz2
nixpkgs-9b7b950832e6ae97c301e8328b797e8b39efb545.tar.lz
nixpkgs-9b7b950832e6ae97c301e8328b797e8b39efb545.tar.xz
nixpkgs-9b7b950832e6ae97c301e8328b797e8b39efb545.tar.zst
nixpkgs-9b7b950832e6ae97c301e8328b797e8b39efb545.zip
/lib/default.nix: Add file docstring & unit test hint
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix5
1 files changed, 5 insertions, 0 deletions
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