overlay fixed, update

This commit is contained in:
atagen 2024-12-14 18:31:15 +11:00 committed by atagen
parent 4bc3176ce6
commit ec00841899
2 changed files with 11 additions and 22 deletions

View file

@ -2,8 +2,11 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
ocaml-overlay.url = "github:nix-ocaml/nix-overlays";
ocaml-overlay = {
url = "github:nix-ocaml/nix-overlays";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";
nh.url = "github:viperML/nh";