utop/nix/opam2nix.nix

5 lines
180 B
Nix

{ source ? builtins.fetchTarball "https://github.com/timbertson/opam2nix/archive/v1.tar.gz"
, pkgs
, ocamlPackagesOverride }:
import source { inherit pkgs ocamlPackagesOverride; }