fix overlay version to alleviate opaline issues

This commit is contained in:
atagen 2024-12-05 15:21:07 +11:00
parent c603272e02
commit bf6d36b2ef
2 changed files with 9 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# nixpkgs.url = "github:nixOS/nixpkgs";
nixpkgs.follows = "ocaml-overlay/nixpkgs";
ocaml-overlay = {
url = "github:nix-ocaml/nix-overlays";
url = "github:nix-ocaml/nix-overlays?rev=274761cacd971c2570516141e854ccd9184fab24";
};
flake-utils.url = "github:numtide/flake-utils";
};