We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32e47f1 + 5b72407 commit 85d8d81Copy full SHA for 85d8d81
README.md
@@ -301,6 +301,15 @@ $ nix run github:nix-community/buildbot-nix#buildbot-effects -- --branch main ru
301
Hello, world!
302
```
303
304
+## Incompabilities with the lix overlay
305
+
306
+The lix overlay overrides nix-eval-jobs with a version that doesn't work with
307
+buildbot-nix because of missing features and therefore cannot be used together
308
+with the buildbot-nix module.
309
310
+Possible workaround: Don't use the overlay and only set the
311
+`nix.package = pkgs.lix;` NixOS option.
312
313
## Real-World Deployments
314
315
See Buildbot-nix in action in these deployments:
0 commit comments