utop/nix/opam2nix.nix

5 lines
180 B
Nix
Raw Normal View History

2022-01-25 14:18:23 +00:00
{ source ? builtins.fetchTarball "https://github.com/timbertson/opam2nix/archive/v1.tar.gz"
, pkgs
, ocamlPackagesOverride }:
import source { inherit pkgs ocamlPackagesOverride; }