Rob Murphy

Results 64 comments of Rob Murphy

The basic issue I think is that my native library builds sqlite and is doing so with some version of libc that is newer than the one in even the...

Ok, so essentially the issue is that the CPATH environment variable that is set to get the Linux build working is interfering with the Android build, because the Android one...

This is happening for me on stable nixos 24.11 too. It was working before though but I'd have to bisect to work out exactly which combination of nixos + jellyfin...

Found some more time and checked that I still get the issue even when rolling back to 550 drivers, so unlikely its that. Also tried clearing cache. (By the way...

Managed to fix it on my system, I had a conflict between mesa drivers and nvidia drivers (although I'm not exactly sure why => changing nvidia version to an older...

I've been trying to do something similar, with the following thought process: - I can use the devenv base image in ci and run devenv shell to build the environment,...

I think I can confirm that this is a devenv issue because if I delete my lock file from within the container, run devenv update (getting back an identical lockfile...

Found a workaround that at least successfully builds - no guarantees on if the produced container is correct yet. Essentially the issue is that devenv-container-tmp, root and etc are not...

obviously this isn't maintainable so it would be better if src/modules/containers.nix was patched to do this automatically. I'll need to do some testing first that the produced containers are reliable...

Thanks, will take a look now. I've been using the containers following my patch approach seem to work fine, so assuming your fix works the built containers should be ok....