aboutsummaryrefslogtreecommitdiff
path: root/tools/manta.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/manta.nix')
-rw-r--r--tools/manta.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/manta.nix b/tools/manta.nix
new file mode 100644
index 0000000..aa8b762
--- /dev/null
+++ b/tools/manta.nix
@@ -0,0 +1,7 @@
+{ bionix }:
+
+with bionix;
+
+{
+ call = callBionix ./manta-call.nix;
+}