Skip to content

Commit

Permalink
Update Nix_utils.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Sep 19, 2024
1 parent 83f24ef commit 51a241a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/onix_core/Nix_utils.ml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ let make_ocaml_packages_path version =
| "4.14.1" -> "ocaml-ng.ocamlPackages_4_14.ocaml"
| "5.0.0" -> "ocaml-ng.ocamlPackages_5_0.ocaml"
| "5.1.1" -> "ocaml-ng.ocamlPackages_5_1.ocaml"
| "5.2.0" -> "ocaml-ng.ocamlPackages_5_2.ocaml"
| unsupported ->
Fmt.failwith "Unsupported nixpkgs ocaml version: %s" unsupported

Expand Down

0 comments on commit 51a241a

Please sign in to comment.