Skip to content

Commit 85d8d81

Browse files
authored
Merge pull request #425 from nix-community/lix-workaround
README: document Incompabilities with the lix overlay
2 parents 32e47f1 + 5b72407 commit 85d8d81

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,15 @@ $ nix run github:nix-community/buildbot-nix#buildbot-effects -- --branch main ru
301301
Hello, world!
302302
```
303303

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+
304313
## Real-World Deployments
305314

306315
See Buildbot-nix in action in these deployments:

0 commit comments

Comments
 (0)