aboutsummaryrefslogtreecommitdiff
path: root/tools/aa.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-05-25 11:50:52 +1000
committerJustin Bedo <cu@cua0.org>2023-10-10 13:26:17 +1100
commit7372c27ea3930ad464b05a6c3ab4fd6348eb3abd (patch)
tree02e578175470bf5a095469bb1e2a1f1bb0f5db2c /tools/aa.nix
parent59edb7d9c37a688c8c408508c1a9ae5d37df348f (diff)
ampliconarchitect: init
Diffstat (limited to 'tools/aa.nix')
-rw-r--r--tools/aa.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/aa.nix b/tools/aa.nix
new file mode 100644
index 0000000..6010c43
--- /dev/null
+++ b/tools/aa.nix
@@ -0,0 +1,7 @@
+{bionix}:
+with bionix;
+
+{
+ app = pkgs.callPackage ./aa-app.nix { };
+ call = callBionixE ./aa-call.nix { };
+}