Skip to content

Commit 3d1e386

Browse files
committed
add default.nix
1 parent 92c2574 commit 3d1e386

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
lib = import ./select.nix;
3+
tests = builtins.toJSON (import ./tests.nix);
4+
}

0 commit comments

Comments
 (0)