We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b921996 commit 4af2527Copy full SHA for 4af2527
.github/workflows/opam.yml
@@ -24,7 +24,7 @@ jobs:
24
# disabling this for now
25
26
ocaml-compiler:
27
- - ocaml-base-compiler.5.3.0
+ - ocaml-base-compiler.5.2.0
28
29
runs-on: ${{ matrix.os }}
30
flake.nix
@@ -10,7 +10,7 @@
10
forAllSystems = f: nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed (system:
11
let
12
pkgs = nixpkgs.legacyPackages.${system}.extend (self: super: {
13
- ocamlPackages = super.ocaml-ng.ocamlPackages_5_3;
+ ocamlPackages = super.ocaml-ng.ocamlPackages_5_2;
14
});
15
in
16
f pkgs);
0 commit comments