damus-io / notedeck

A multiplatform nostr client
Other
52 stars 9 forks source link

undefined variable 'emulator' #46

Closed TonyGiorgio closed 1 month ago

TonyGiorgio commented 2 months ago

I'm on aarch64-linux and nix (Nix) 2.13.5 and can't find the emulator package.

notedeck git:(master) nix-shell                                                                                                                                                                                                                   
error: undefined variable 'emulator'                                                                                                                                                                                                                 

       at shell.nix:16:5:                                                                                                                                                                                      

           15|     platforms-android-30                                                                                                                                                                                                              
           16|     emulator                                                                                                                                                                                                                          
             |     ^                                                                                                                                                                                                                                 
           17|     ndk-24-0-8215888                                                                                                                                                                                                                  
(use '--show-trace' to show detailed location information)  

It worked after I removed this line.

jb55 commented 1 month ago

On Fri, May 03, 2024 at 08:57:25PM GMT, Tony Giorgio wrote:

I'm on aarch64-linux and nix (Nix) 2.13.5 and can't find the emulator package.

notedeck git:(master) nix-shell
error: undefined variable 'emulator'

      at shell.nix:16:5:

          15|     platforms-android-30
          16|     emulator
            |     ^
          17|     ndk-24-0-8215888
(use '--show-trace' to show detailed location information)

It worked after I removed this line.

hmm ok I'm not sure why that's there. maybe @kernelkind uses it. We can remove it for that arch.

jb55 commented 1 month ago

should be fixed in 30e9aa5357d2e220a8a5b57d5617a0426443cd5e

thanks for the report!