depot/third_party/nixpkgs/pkgs/development/ocaml-modules/reason-native/cli.nix

12 lines
104 B
Nix
Raw Normal View History

{ re, reason, pastel, ... }:
{
pname = "cli";
buildInputs = [
re
reason
pastel
];
}