We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c2574 commit 3d1e386Copy full SHA for 3d1e386
default.nix
@@ -0,0 +1,4 @@
1
+{
2
+ lib = import ./select.nix;
3
+ tests = builtins.toJSON (import ./tests.nix);
4
+}
0 commit comments