-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
Yeah it's not working with the latest upstream packages. I hope to rework
this shortly.
…On Wed, Dec 11, 2024, 10:20 PM revilo951 ***@***.***> wrote:
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)
```
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGDZPLNBB5B4SM7N2WYZPD2FD6HPAVCNFSM6AAAAABTO23TBKVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTINRUGA3TGMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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
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:
The text was updated successfully, but these errors were encountered: