more flake fiddling

This commit is contained in:
atagen 2024-12-12 12:50:31 +11:00
parent 03e7119a56
commit dc402eb49a
2 changed files with 7 additions and 18 deletions

View file

@ -1,7 +1,10 @@
{
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";
};