aboutsummaryrefslogtreecommitdiff
path: root/tools/hatchet.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hatchet.nix')
-rw-r--r--tools/hatchet.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/hatchet.nix b/tools/hatchet.nix
new file mode 100644
index 0000000..b4867d4
--- /dev/null
+++ b/tools/hatchet.nix
@@ -0,0 +1,8 @@
+{ bionix }:
+
+with bionix;
+
+{
+ app = pkgs.callPackage ./hatchet-app.nix { };
+ call = callBionixE ./hatchet-call.nix;
+}