Skip to content

Commit

Permalink
Update flake.lock and pin old ocaml-mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
thpani committed May 24, 2023
1 parent 2745fdc commit 01f1a23
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
30 changes: 24 additions & 6 deletions flake.lock

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

8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
eachDefaultSystem (system:
let
pkgs = import nixpkgs { inherit system; };
# FIXME(#2565): pin old nixpkgs, to pull in mdx 2.1.0, need to workaround this regression:
# https://github.com/realworldocaml/mdx/issues/428
pkgsOldMdx = import (builtins.fetchTarball {
url = https://github.com/NixOS/nixpkgs/archive/76be8d2d04a00e5e2df6fa147dfc4797874edc97.tar.gz;
sha256="Nw1lgrAQG++uzYQc1SilzGdeoy9RZ/HwcKlbaAp1rTE=";
}) { inherit system; };
in
{
# Nix Build
Expand Down Expand Up @@ -66,7 +72,7 @@
metals

# Testing
ocamlPackages.mdx
pkgsOldMdx.ocamlPackages.mdx
python39Full
];
};
Expand Down

0 comments on commit 01f1a23

Please sign in to comment.