notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit b186458fec252b72600bd9bbc0aa651aa25f0a49
parent d6b44d18369f065dd73ab9417c7fad2b3f5703f4
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  5 Jun 2025 08:27:00 -0700

nix: emulator

This expression was incorrect...

Diffstat:
Mshell.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell.nix b/shell.nix @@ -58,7 +58,7 @@ mkShell ({ platforms-android-31 ndk-27-2-12479018 #ndk-24-0-8215888 - ] ++ lib.optional android_emulator [ emulator ]); + ] ++ lib.optional android_emulator emulator); android-sdk-path = "${android-sdk.out}/share/android-sdk"; android-ndk-path = "${android-sdk-path}/ndk/${ndk-version}";