-
Notifications
You must be signed in to change notification settings - Fork 69
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
Nixpkgs fails to build on unstable #50
Comments
zhaofengli
added a commit
that referenced
this issue
Jan 25, 2022
`eval-config.nix` will set the canonical path for us that will then be used to strip the module path prefixes in `nixos/modules/misc/documentation.nix` [1]. This should fix split docs build problems described in #50. [1] https://github.com/NixOS/nixpkgs/blob/1511e72b75b49cdeeee68def0c203f997d01bafa/nixos/modules/misc/documentation.nix#L79
From the logs, it seems like it's a problem with the split docs build:
Can you confirm whether e58dde1 fixes the issue? |
zhaofengli
added a commit
that referenced
this issue
Jan 25, 2022
It makes sense to keep the tests as close to real life (docs enabled) as possible. Ref: #50
zhaofengli
added a commit
that referenced
this issue
Jan 26, 2022
`eval-config.nix` will set the canonical path for us that will then be used to strip the module path prefixes in `nixos/modules/misc/documentation.nix` [1]. This should fix split docs build problems described in #50. [1] https://github.com/NixOS/nixpkgs/blob/1511e72b75b49cdeeee68def0c203f997d01bafa/nixos/modules/misc/documentation.nix#L79
Just tested on the latest commit, it's all working now, thanks for the quick fix |
Let's keep this open until I also backport the fix to 0.2. |
zhaofengli
added a commit
that referenced
this issue
Jan 26, 2022
This release fixes the issue (#50) where sandboxed documentation builds [1] fail when using the unstable Nixpkgs channel. [1] NixOS/nixpkgs#149532
13 tasks
Closing since 0.2.1 has landed in both |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm using
colmena
with a flake to build a node that uses thenixos-unstable
branch ofnixpkgs
(commit is NixOS/nixpkgs@689b76b), but it's failing to build.In the start of the log I see a warning with
Which leads me to believe that the issue might be caused by ignoring the
path
attribute introduced in NixOS/nixpkgs#153594Here's the log of running
colmena build --show-trace --verbose
log.txt
The text was updated successfully, but these errors were encountered: