Max

Results 16 comments of Max

Some interesting results ## x86_64 ``` go version go1.18.4 linux/amd64 gcc (GCC) 11.3.0 ``` `make -j12` ``` 2.11 MB fs-repo-8-to-9/fs-repo-8-to-9 2.56 MB fs-repo-0-to-1/fs-repo-0-to-1 2.60 MB fs-repo-7-to-8/fs-repo-7-to-8 2.70 MB fs-repo-5-to-6/fs-repo-5-to-6 2.72...

There is a draft PR for `fetchFromBittorrent` https://github.com/NixOS/nixpkgs/pull/212930

Thanks for writing the tests. I've added the functionality to `legacyPackages` as well now. I definitely meant to have the flag work there too, just forgot about it.

Why not just install it through Nix, given that having Nix is already a prerequisite for Fleek?

You can reproduce it by creating a local group with a GID of `2147483648` and adding a user to that group, then running `id` on that user. nsncd always prints...

The relevant part of the installer uses `mktemp`, which should listen to `TMPDIR`. https://github.com/NixOS/nix/blob/bd7a0746361d42a121b2cef1571bda4f7c370c16/scripts/install.in#L15 I do like the idea of using `sh` to not require non-`noexec` though.