-
-
Notifications
You must be signed in to change notification settings - Fork 300
flake: update all inputs #2117
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
flake: update all inputs #2117
Conversation
e4c8acc to
2ecdb6c
Compare
|
Take a look at the previous commits (745f372 to c72f6e4) to see my investigation. During Git bisection of Nixpkgs, I saw commits other than NixOS/nixpkgs@f19b523 ("mdbook: 0.4.52 -> 0.5.1") that touched relevant I saw that NixVim currently has no CC: @MattSturgeon |
nix-community/nixvim#4135 is also building our mdbook docs ok, although it has plenty of unrelated failures... We had a failure in December which lead to us dropping I see you're only using: Lines 660 to 664 in a4406d9
Maybe try dropping |
Update all inputs and, following upstream commit [2] ("mdbook: 0.4.52 ->
0.5.1"), remove the deprecated and natively supported mdbook-alerts
plugin [1], and the currently broken mdbook-linkcheck plugin [3].
Link: #2117
Co-authored-by: NAHO <[email protected]>
[1]: Michael-F-Bryan/mdbook-linkcheck#96
[2]: NixOS/nixpkgs@f19b523
[3]: lambdalisue/rs-mdbook-alerts@d7a11a0
c72f6e4 to
f887798
Compare
NixVim's
The recent mdbook 0.5.0 release introduced breaking changes for downstream plugins. Either way, it seems
If that is the case, consider opening a PR similar to NixOS/nixpkgs#477833. I would also be fine opening such a PR if you can confirm that
Until Michael-F-Bryan/mdbook-linkcheck#96 is resolved, we are forced to temporarily remove |
Update all inputs and, following upstream commit [2] ("mdbook: 0.4.52 ->
0.5.1"), remove the deprecated and natively supported mdbook-alerts
plugin [1], and the currently broken mdbook-linkcheck plugin [3].
Link: #2117
Co-authored-by: NAHO <[email protected]>
[1]: Michael-F-Bryan/mdbook-linkcheck#96
[2]: NixOS/nixpkgs@f19b523
[3]: lambdalisue/rs-mdbook-alerts@d7a11a0
f887798 to
bb34165
Compare
trueNAHO
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

This is an automated update triggered by the workflow run #20724718851.