Skip to content

Commit 50614be

Browse files
committed
build: fix android build
1 parent c1aa614 commit 50614be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
program = "${self.packages.${system}.webE2eTester}/bin/logout-web-e2e-tester";
305305
meta.description = "Run Maestro E2E tests against PWA";
306306
};
307-
android = {
307+
androidBuild = {
308308
type = "app";
309309
program = "${self.packages.${system}.androidBuilder}/bin/logout-android-builder";
310310
meta.description = "Build and sign Android APK";

0 commit comments

Comments
 (0)