lol

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

+5
+5
lib/default.nix
··· 1 let 2 3 # trivial, often used functions
··· 1 + /* Library of low-level helper functions for nix expressions. 2 + * 3 + * Please implement (mostly) exhaustive unit tests 4 + * for new functions in `./tests.nix'. 5 + */ 6 let 7 8 # trivial, often used functions