Skip to content

Commit

Permalink
Use ocaml 5.1 to bootstrap onix
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Apr 29, 2024
1 parent 58b5a0a commit a997ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ pkgs ? import <nixpkgs> { }, ocamlPackages ? pkgs.ocaml-ng.ocamlPackages_4_14
{ pkgs ? import <nixpkgs> { }, ocamlPackages ? pkgs.ocaml-ng.ocamlPackages_5_1
, verbosity ? "warning" }:

let
onixPackages = import ./nix/onixPackages { inherit pkgs ocamlPackages; };
api = import ./nix/api.nix { inherit pkgs onix verbosity; };
onix = ocamlPackages.buildDunePackage {
pname = "onix";
version = "0.0.1";
version = "0.0.6";
duneVersion = "3";

passthru = { inherit (api) env; };
Expand Down

0 comments on commit a997ee6

Please sign in to comment.