From 770baf8a60bbf42da357889bdb4d67fc9441e1f9 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 14 Nov 2022 21:46:54 -0500
Subject: [PATCH] a convenient build target to poke, not necessarily ultimately
 useful

but maybe
---
 flake.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flake.nix b/flake.nix
index 3229691..470b6f8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -112,6 +112,8 @@
       };
     in {
 
+      packages.python = pkgs.pkgsCross.aarch64-android.tahoe-lafs;
+
       packages.apk = pkgs.androidenv.buildApp {
         name = "PrivateStorage Mobile";
         src = ./app;
-- 
GitLab