From d3b62cad3b87a2c13670b645de5b4e9202d9ae16 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 10 Nov 2022 16:41:16 -0500
Subject: [PATCH] _maybe_ this is the right executable name

---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 1900ac4..29cc11b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -119,7 +119,7 @@
             activity = "MainActivity";
           };
         in
-          "${emulator}/bin/emulate-it???";
+          "${emulator}/bin/run-test-emulator";
       };
       devShells.gradle = pkgs.mkShell rec {
         name = "nix-native";
-- 
GitLab