Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #473
You have opam2nix used in dune repo that convert automatically or you have curated list (by human) in nixpkgs
You have two workflow:
I opted for the solution with lower maintenance. It should catch most issue with NixOS + if a nix user want an old version it can always checkout an old version of nixpkgs (that is 100% reproductible) so it I would opt to avoid double maintenance.
Is it preferable to have all package's check enabled even the failing one or disabling them is fine ? What is mirage policy ? (Here I build all version without saving exit code so it it green)