mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:23:02 +00:00
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
15 lines
134 B
Nix
15 lines
134 B
Nix
{ re, reason, pastel, ... }:
|
|
|
|
{
|
|
pname = "cli";
|
|
|
|
nativeBuildInputs = [
|
|
reason
|
|
];
|
|
|
|
buildInputs = [
|
|
re
|
|
pastel
|
|
];
|
|
}
|