-
Notifications
You must be signed in to change notification settings - Fork 71
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
flake-utils usage #221
Comments
I think the play here is to:
Then, deploying from either of aarch64 or x86_64 should work as long as there is a way to build for the destination system (e.g. NB: I don't use flakes, so this is basically a guess. |
@justinas thanks for the suggestion unfortunately produces this error
|
Right. Still, try making If you have any target hosts that are |
https://gist.github.com/abueide/8d10d550aff42a1c227e686e3f4037e4 like this? (i commented out any other nodes just to eliminate variables, nhqiv-jump definitely has nixpkgs.hostPlatform = "aarch64-linux"; in its hardware-configuration.nix) it still produces the same error as above |
Yeah, the The "system" used there should hopefully not matter as long as the hosts themselves override |
Hi,
I'm trying to use colmena with flake-utils so that way I can deploy from my aarch64-linux runner as well as my x86_64-linux runner, but I get meta.nixpkgs must be evaluated in hermetic mode. Works fine without flake-utils and specifying system = "aarch64-linux" directly. I'm probably doing something stupid.
https://gist.github.com/abueide/5c8c0fd7bb5c1f70c4ff468748c03751
The text was updated successfully, but these errors were encountered: