repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0 (#348530)
[NixPkgs.git]
/
pkgs
/
tools
/
package-management
/
lix
/
doc
/
default.nix
blob
b19f3bd2a170dd5f86f64f4d328abb4b91f6b9e7
1
{
2
src,
3
rustPlatform,
4
version,
5
cargoHash ? null,
6
cargoLock ? null
7
}:
8
9
rustPlatform.buildRustPackage {
10
pname = "lix-doc";
11
sourceRoot = "${src.name or src}/lix-doc";
12
inherit version src cargoHash cargoLock;
13
}