Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Apr 29, 2024
1 parent 6c132df commit 0258eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let
# Obtain the latest onix package.
onix = import (builtins.fetchGit {
url = "https://github.com/rizo/onix.git";
rev = "14fe1563f320657f2588e57284ac04604332bcdc";
rev = "6c132df73185efbb46b36a1df54e3cd37bdde5f5";
}) { verbosity = "info"; };
# Create your project environment.
Expand All @@ -46,7 +46,7 @@ in onix.env {
};
# Optional: specify the compiler version for the build environment.
deps = { "ocaml-base-compiler" = "5.0.0"; };
deps = { "ocaml-system" = "5.1.1"; };
}
```

Expand Down

0 comments on commit 0258eb9

Please sign in to comment.