Skip to content

Commit 9a0dce7

Browse files
committed
chore: update nixpkgs, use more recent ocamlformat
1 parent b1a1cbf commit 9a0dce7

File tree

3 files changed

+21
-29
lines changed

3 files changed

+21
-29
lines changed

engine/.ocamlformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
profile = default
2-
version = 0.26.2
2+
version = 0.27.0

flake.lock

Lines changed: 18 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
inputs = {
33
nixpkgs.url = "github:nixos/nixpkgs";
44
flake-utils.url = "github:numtide/flake-utils";
5-
crane = {
6-
url = "github:ipetkov/crane";
7-
inputs = { nixpkgs.follows = "nixpkgs"; };
8-
};
5+
crane = { url = "github:ipetkov/crane"; };
96
rust-overlay = {
107
url = "github:oxalica/rust-overlay";
118
inputs.nixpkgs.follows = "nixpkgs";
@@ -50,7 +47,6 @@
5047
});
5148
in rustc);
5249
craneLib = (crane.mkLib pkgs).overrideToolchain rustc;
53-
ocamlformat = pkgs.ocamlformat_0_26_2;
5450
rustfmt = pkgs.rustfmt;
5551
fstar = inputs.fstar.packages.${system}.default;
5652
hax-env-file = pkgs.writeText "hax-env-file" ''
@@ -66,6 +62,7 @@
6662
fi
6763
'';
6864
ocamlPackages = pkgs.ocamlPackages;
65+
ocamlformat = ocamlPackages.ocamlformat_0_27_0;
6966
in rec {
7067
packages = {
7168
inherit rustc ocamlformat rustfmt fstar hax-env rustc-docs;

0 commit comments

Comments
 (0)