8e65f7f0cc
GitOrigin-RevId: 062a0c5437b68f950b081bbfc8a699d57a4ee026
14 lines
134 B
Nix
14 lines
134 B
Nix
{ re, reason, pastel, ... }:
|
|
|
|
{
|
|
pname = "cli";
|
|
|
|
nativeBuildInputs = [
|
|
reason
|
|
];
|
|
|
|
buildInputs = [
|
|
re
|
|
pastel
|
|
];
|
|
}
|