DavHau

Results 328 comments of DavHau

Currently nix-portable doesn't support anything else than x86_64-linux. So that would have to be the first thing to fix. The main reason that restricts its compatibility is that the static...

Sounds like a nice idea. I cannot yet tell how much I can get involved, because I will be traveling a bit this weekend. But I will try to allocate...

We could assume that docker is installed on macos systems and just add support for docker as a container backend besides proot and bwrap.

I think chroot only is not enough. You want to be able to share paths between your normal system and the chrooted env. Otherwise you would end up in a...

Feel free to experiment with it. The container runtime of nix-portable is determined here: https://github.com/DavHau/nix-portable/blob/77ab0f4c2c582bfa47059e322f26bb42915d595b/default.nix#L294-L334 You can either try to add another runtime there, or just use the env variable...

Not sure if I understand correctly. The use case for this would be, if one has direnv installed, but not nix, and some `.envrc` requires nix, it would automatically fetch...

Guess I was thinking too complicated. The script could just download the pre-built binary from github. No need to build anything on the client. That wouldn't work anyways, since it...

Sounds like a good idea. I'd be happy about a PR.

> Hi, which version of pypi2nix are you using (`pypi2nix --version`) 2.0.2.dev10+ge0d70c5

Sorry for the confusing version. I now switched to the current master and the behavior is the same. It seems like i could solve it by adding a lot of...