Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed May 22, 2024
1 parent eb82a6e commit e8a62ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages."${system}".appendOverlays [
(self: super: { ocamlPackages = super.ocaml-ng.ocamlPackages_5_1; })
(self: super: { ocamlPackages = super.ocaml-ng.ocamlPackages_5_2; })
];
in

Expand Down Expand Up @@ -61,7 +61,9 @@
reason-react-ppx
];
};
} // { default = packages.reason-react; };

default = packages.reason-react;
};

devShells = {
default = pkgs.mkShell {
Expand Down

0 comments on commit e8a62ac

Please sign in to comment.