Skip to content
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

Missing options error #22

Open
DanLipsitt opened this issue Oct 6, 2019 · 2 comments
Open

Missing options error #22

DanLipsitt opened this issue Oct 6, 2019 · 2 comments

Comments

@DanLipsitt
Copy link

I'm new to Nix so forgive me if I'm missing something obvious, but I get the following errors on both MacOS and NixOS running in VirtualBox:

$ nix build -f . -I nixpkgs=nixpkgs  -I machine=machines/beaglebone -I image=images/mini
error: The option `documentation' defined in `/vagrant/images/mini' does not exist.
(use '--show-trace' to show detailed location information)

$ nix build -f . -I nixpkgs=nixpkgs -I machine=machines/beaglebone -I image=images/base
error: The option `boot.loader.generic-extlinux-compatible.dtbs' defined in `/vagrant/machines/beaglebone' does not exist.
(use '--show-trace' to show detailed location information)
@SlothOfAnarchy
Copy link

SlothOfAnarchy commented Nov 11, 2019

I got the same error, I think the option got moved or renamed and now has to be set in nixpkgs.crossSystem.dtb (a string instead of a list), like it has been done in https://github.com/illegalprime/nixos-on-arm/blob/master/machines/toradex_apalis_imx6/system.nix#L21

I'm not 100% sure though, because I still have other errors.

@SlothOfAnarchy
Copy link

@DanLipsitt see #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants