-
Notifications
You must be signed in to change notification settings - Fork 17
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
Nix: Update inputs #165
Nix: Update inputs #165
Conversation
thanks. two questions:
(2) why is there "opam-overlays" and "mirage-overlays"? this package should be fine with only the opam-repository. |
The flake no longer builds with Nix 2.15 for some reason. I'm debugging this. I'm considering pinning version 2.11 in CI as 2.15 is very recent and not everyone can have it easily.
|
Thanks for your prompt reply. Sticking to an older nix release sounds fine, as does keeping the overlay repository if "opam-nix" needs them anyways. |
The version of Nix was not the problem. It was actually an interaction with my local config, hopefully fixed.
|
CI is green! I have opened an issue about the overlay repositories: tweag/opam-nix#43 |
It has been suggested that we don't need to control the two overlays dependencies in (tweag/opam-nix#43 (comment)) so I'll remove them to clean up |
thanks a lot |
ocaml-ci failures are unrelated ("Cancelled"), and clicking on the url for more details returns an internal server error (500) at the ocaml-ci site... luckily we have github actions & cirrus |
The package requires a more recent version of
opam-repository
, the lock file has to be updated.