aboutsummaryrefslogtreecommitdiff
path: root/tools/hatchet.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-02-07 13:18:19 +1100
committerJustin Bedo <cu@cua0.org>2022-02-07 13:18:19 +1100
commit55fa3d7ffc3d3793219afb7d92b7ac2de9d6ce55 (patch)
treec13a8c18cd57b108c17afb427548156182c8c2ef /tools/hatchet.nix
parent5fc4c8fc0ce707c57204e57a2cd058c019bc8bd8 (diff)
hatchet: init
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;
+}