a13cdfe520
To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild. This makes some closures significantly smaller and makes cross compilation easier
14 lines
134 B
Nix
14 lines
134 B
Nix
{ re, reason, pastel, ... }:
|
|
|
|
{
|
|
pname = "cli";
|
|
|
|
nativeBuildInputs = [
|
|
reason
|
|
];
|
|
|
|
buildInputs = [
|
|
re
|
|
pastel
|
|
];
|
|
}
|