aboutsummaryrefslogtreecommitdiff
path: root/tools/ascat.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-03-01 09:04:05 +1100
committerJustin Bedo <cu@cua0.org>2019-03-01 09:04:05 +1100
commit3530396ec646a5c9c5f69e1e8dccc93f3744d114 (patch)
treeb475d28d93e8c6bd54f28f060d7e7f963498b523 /tools/ascat.nix
parent6fc75fdea7b6265fc05b1ad43d76bb55e0d8591e (diff)
ascat: init
Diffstat (limited to 'tools/ascat.nix')
-rw-r--r--tools/ascat.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/ascat.nix b/tools/ascat.nix
new file mode 100644
index 0000000..05e2299
--- /dev/null
+++ b/tools/ascat.nix
@@ -0,0 +1,9 @@
+{bionix}:
+
+with bionix;
+
+{
+ app = pkgs.callPackage ./ascat-app.nix {};
+ gccorrect = callBionixE ./ascat-gccorrect.nix;
+ callCNV = callBionixE ./ascat-callCNV.nix;
+}