Skip to content

How to use ocaml 5.1.1 #73

Closed Answered by balsoft
bikallem asked this question in Q&A
Jan 9, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi! I have updated opam-repository in opam-nix, which should fix the issue once you update the version (with nix flake update opam-nix in your repo). Could you confirm that the fix works?

In the future, you can update opam-repository yourself a-la this:

  inputs = {
    opam-nix.url = "github:tweag/opam-nix";
    opam-nix.inputs.opam-repository.follows = "opam-repository";
    flake-utils.url = "github:numtide/flake-utils";
    nixpkgs.follows = "opam-nix/nixpkgs";
    opam-repository.url = "github:ocaml/opam-repository";
    opam-repository.flake = false;
  };

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bikallem
Comment options

Answer selected by bikallem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants