Tobias Bora

Results 245 comments of Tobias Bora

Note that the `ignoreCollisions` seems to fail: ``` $ cat shell.nix let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix"; ref = "refs/tags/3.4.0"; }) {}; in mach-nix.mkPythonShell { requirements =...

I finally got a working solution using: ``` let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; # place version number with the latest one from the github releases page...

You mean for `proot`? It's already a static binary...

So here it would be `tar` or `/bin/bash` ? It is pretty complicated to make sure that all the binaries are static, and I would need to recompile all the...

Still the same issue, even with the latest binary. Steps to reproduce: ``` $ mkdir /tmp/alpine $ cd /tmp/alpine $ wget http://dl-cdn.alpinelinux.org/alpine/v3.9/releases/x86_64/alpine-minirootfs-3.9.3-x86_64.tar.gz $ tar xf alpine-minirootfs-3.9.3-x86_64.tar.gz $ wget https://gitlab.com/proot/proot/-/jobs/199284395/artifacts/raw/public/bin/proot $...

Thanks a lot for your proposition! I'm not sure how I could try that myself, but I can't wait to see this merged ;-) Also, I guess if the issue...

Oh, so what's wrong with the fix you propose (beside it being not yet tested)?

Is there any advanced on this issue? It would be great to have a fix, to me it makes `externalize` more or less unusable (it takes 14mn37 to compile my...

Thanks, I can confirm that print-hash works but I'm not sure to understand where to write the overwrite: should I fork this project or can I somehow do that purely...

Also meanwhile I tried to change the electron version to 20.0.1 (since I saw that it was in the list of hashes) in the `package.json` before running `npm i --package-lock-only`...