-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
ocamlPackages.tls-eio: init at 1.0.4, and remove incorrect optimization from mdx #364047
Conversation
checkInputs = [ | ||
crowbar | ||
eio_main | ||
mdx |
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.
mdx | |
(mdx.override { inherit logs; }) |
Instead of the (controversial) first commit, you can simply locally override the mdx
library to use the version of logs
of your liking.
f1f827d
to
8ce80cf
Compare
@vbgl I followed your advice and force-pushed a variant that doesn't contain any controversial changes.
While I still believe that we should somehow limit the effects of the overriding |
Successfully created backport PR for |
Git push to origin failed for release-24.11 with exitcode 1 |
Add the missing variant
ocamlPackages.tls-eio
of theocamlPackages.tls-*
packages.This requires the removal of an incorrect optimization from the
mdx
package, which is explained in the commit message:Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.