about summary refs log tree commit diff
path: root/pkgs/tools/package-management/lix/doc/default.nix
blob: a3c1d7d9ccc5a10518b9c56024a72d9324afb27e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  src,
  rustPlatform,
  version,
  cargoHash,
}:

rustPlatform.buildRustPackage {
  pname = "lix-doc";
  sourceRoot = "${src.name}/lix-doc";
  inherit version src cargoHash;
}