On Fri, Nov 10, 2023 at 09:16:56AM +0100, Patrick Steinhardt wrote: > this is the fourth version of my patch series to improve compatibility > of our test suite with NixOS. > > Three changes compared to v3: > > - Switched from `test <expr> -a <expr>` to `test <expr> && test > <expr>`. > > - Improved the commit message to explain why the new > runtime-detected paths are only used as a fallback. > > - Rebased on top of 0e3b67e2aa (ci: add support for GitLab CI, > 2023-11-09), which has been merged to `next` and caused conflicts. Thanks, these all look good to me. -Peff