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

Can't build #1

Open
revilo951 opened this issue Dec 12, 2024 · 2 comments
Open

Can't build #1

revilo951 opened this issue Dec 12, 2024 · 2 comments

Comments

@revilo951
Copy link

I've followed the directions, tried both in a nix docker container, and with nix installed in WSL2, and I'm getting the following error:

error:
       … while evaluating the attribute 'config.system.build.isoImage'
         at /nix/store/b2hxgkvh0jrkxfv312xcrmrr3qyz50c1-source/lib/modules.nix:320:9:
          319|         options = checked options;
          320|         config = checked (removeAttrs config [ "_module" ]);
             |         ^
          321|         _module = checked (config._module);

       … while calling the 'seq' builtin
         at /nix/store/b2hxgkvh0jrkxfv312xcrmrr3qyz50c1-source/lib/modules.nix:320:18:
          319|         options = checked options;
          320|         config = checked (removeAttrs config [ "_module" ]);
             |                  ^
          321|         _module = checked (config._module);

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: file 'nixpkgs/lib/make-iso9660-image.nix' was not found in the Nix search path (add it using $NIX_PATH or -I)
       ```
@batonac
Copy link
Member

batonac commented Dec 12, 2024 via email

@revilo951
Copy link
Author

If there's something someone fairly new to nix can do, let me know.

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