core/pkgs/by-name/li/lix/doc/default.nix

13 lines
179 B
Nix
Raw Normal View History

2024-05-02 00:46:19 +00:00
{
src,
rustPlatform,
version,
cargoHash,
}:
rustPlatform.buildRustPackage {
pname = "lix-doc";
sourceRoot = "${src.name}/lix-doc";
inherit version src cargoHash;
}