Bruno Bigras

Results 264 comments of Bruno Bigras

I'm using something like the following to build and deploy nix-on-droid with deploy-rs, but I just realized that I'm not using the nix-on-droid overlays. Any ideas how to set the...

termux-api could be nice to use with node-red (with https://flows.nodered.org/node/node-red-contrib-termux-api)

If we use `created = builtins.substring 0 8 lastModifiedDate;` where lastModifierDate is `self.lastModifiedDate` from flake.nix, it's reproducible, right?

Oh yeah, good point. I thought that it should be the nix icon since this is more than Linux, it's nix. But maybe it should be the Android icon, if...

I'm not sure. Is it possible to extract the cert on a random non-http tls connection? I'm trying to communicate with an android app which generate a new self-signed cert...

I think the app use cert verification after the two devices are paired with users confirmation and the cert is added to a cert pool.

Here's a better trace: ```c++ Starting program: /nix/store/f4gdrwfk2iyb0m3ff8n0wa2ga7rgig0z-megasync-4.12.2.0/bin/megasync [Thread debugging using libthread_db enabled] Using host libthread_db library "/nix/store/ksk3rnb0ljx8gngzk19jlmbjyvac4hw6-glibc-2.38-44/lib/libthread_db.so.1". process 604140 is executing new program: /nix/store/f4gdrwfk2iyb0m3ff8n0wa2ga7rgig0z-megasync-4.12.2.0/bin/.megasync-wrapped [Thread debugging using libthread_db enabled]...

with 5.2.0.0: ```c++ Thread 1 ".megasync-wrapp" received signal SIGSEGV, Segmentation fault. 0x00007ffff1334a10 in QWindow::windowState() const () from /nix/store/46azy3864xw625kynf5a1fcp2zm793xk-qtbase-5.15.10/lib/libQt5Gui.so.5 #0 0x00007ffff1334a10 in QWindow::windowState() const () from /nix/store/46azy3864xw625kynf5a1fcp2zm793xk-qtbase-5.15.10/lib/libQt5Gui.so.5 No symbol table info...

Yes it does, thanks!

Do I only need `useFlakeCompatOverlay = true`? I got `error: package `sea-orm v0.10.6` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is...