tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
/lib/default.nix: Add file docstring & unit test hint
Profpatsch
9 years ago
9b7b9508
d916ce2e
+5
1 changed file
expand all
collapse all
unified
split
lib
default.nix
+5
lib/default.nix
···
1
1
+
/* Library of low-level helper functions for nix expressions.
2
2
+
*
3
3
+
* Please implement (mostly) exhaustive unit tests
4
4
+
* for new functions in `./tests.nix'.
5
5
+
*/
1
6
let
2
7
3
8
# trivial, often used functions