-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support deploying from macOS without configuring remote builders #167
Comments
Can you try #175 and see if that solves your issue? |
I haven't been able to get it to work with remote builders. Flake:
Output:
|
Update: it seems that this line is causing the issue
Since the checks are evaluated locally, evaluating them requires building nixosConfigurations locally as well, which gives the bug seen above. Removing it fixes the problem. Is there a way to run the checks remotely as well? Thanks! |
That is expected behaviour; remote testing, should be added to remoteBuild honestly. |
Thanks for the tip - it works. I do see this in the comments:
What's the worst case scenario if we remove those checks (until, hopefully, the problem is fixed)? |
This could be achieved by passing
--eval-store auto --store ssh-ng://builder
tonix build
(wherebuilder
is a target host). Currently it is impossible.The text was updated successfully, but these errors were encountered: