-
Notifications
You must be signed in to change notification settings - Fork 25
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
Demo fails to deploy via colmena #34
Comments
I think you need to change it to |
For reference changing to: demo/flake.nix
results in:
|
colmena.meta.specialArgs is the source of both problems. The parameter nixpkgs is not being specified for configuration.nix to find. the solution is:
and I now get this error:
|
If I try to look for the Image file:
Then we see it has an Image and not a bzImage. This must be the source of the problem. |
My problem seems to be from the fact I am using UEFI and the demo is configured for U-BOOT. The solution is to remove the sd-image and use grub with UEFI since that is what nixos-generators configured for boot loading in the UEFI image. This almost works, but it looks like I still need to specify my fileSystem root. I can probably take that from hardware-configuration.nix generated from
|
You should be able to close this now after merging my PRs. |
Little bit of a newbie when it comes to both flakes and NixOS on anything other than x86_64, so apologies if this is something to do with my environment rather than an issue with the flake itself.
Currently the demo flake won't seem to build on my workstation. Both when using the local flake and the remote flake (which I'd expect as I have made no changes to either flake)
Regardless of configuration, on attempting to use the example colmena command
nix run nixpkgs#colmena apply
The Rust backtrace didn't provide me with much without digging into the Colmena source code. Not sure if this is due to a change on the colmena side, or something else, but without more offhand knowledge I'm at a loss
The text was updated successfully, but these errors were encountered: