Judson Lester
Judson Lester
As we're discussing this, I'm finding it useful to have https://github.com/NixOS/nixpkgs/blob/6351c4d24b4cf0c75d51aeb8cd3c3720488a111d/pkgs/development/ruby-modules/bundler-env/default.nix for reference. First, that's not... overreach? I mean, I guess disk is cheap and this is really a dev-only...
The bundlerEnv expressions have some support for copying gems into the store (i.e. if they're :path sources) (c.f. https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/ruby-modules/bundled-common/default.nix#L64). It should be straightforward to add a local source kind to...
This bug is fixed in 1.7.0, which is in nixpkgs as of NixOS 24.05. Thank you for your patience!
> how to start a lorri service and stop it as soon as an event arrives You don't want the service to exit after the event, right? You want to...
I can see the appeal, but as I understand it, `buildFHSUserEnv` relies on containerization to do its thing, right? I'd be happy to work through some design for this but...
I've run across a couple of issues with read-only filesystems and Lorri - I've always gotten useful panics out of them. I'm not super familiar with the Steam deck though...
Is it possible this is related to https://github.com/nix-community/lorri/issues/119#issuecomment-2195297067 ?
This bug is fixed in 1.7.0, which is in nixpkgs as of NixOS 24.05. Thank you for your patience!
Part of the fix here would be to have `stream-events` time out after ~100ms (or wrap my call to it in a timeout...), but I worry that the error may...
We're in the process of a release that will fix this issue. If you want to use the lorri 1.7.0 release, you can update your Nix config to pull from...