Skip to content

Commit

Permalink
feat(nix): pin ocamlgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jan 14, 2025
1 parent 45e234f commit cba4d6d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion engine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,14 @@ let
stdio
re
js_of_ocaml
ocamlgraph
(ocamlgraph.overrideAttrs (_: {
src = fetchFromGitHub {
owner = "maximebuyse";
repo = "ocamlgraph";
rev = "fix-stable-topological-sort";
sha256 = "sha256-l7v7Kxjaz3xP6T91peAzloyusxpsIOYHXLIiiRHa490=";
};
}))
] ++
# F* dependencies
[ batteries menhirLib ppx_deriving ppxlib sedlex stdint ];
Expand Down

0 comments on commit cba4d6d

Please sign in to comment.