aboutsummaryrefslogtreecommitdiff
path: root/tools/manta.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-12-16 20:43:04 +1100
committerJustin Bedo <cu@cua0.org>2019-12-16 20:45:31 +1100
commitc48e7b40c82326006136463282b803eebc648df0 (patch)
tree82542735f10c3909e79ecf99923f9fb13cd4d833 /tools/manta.nix
parent352425b6065d752cd065fda5fbcd4b8d253d4626 (diff)
manta: init
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;
+}