6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "nix-community";
14 hash = "sha256-b/3NvY+puffiQFCQuhRMe81x2wm3vR01MR3iwe/gJkw=";
17 cargoHash = "sha256-45cb0yO/ypGLcvEgPOkN6Py99yqK09xnCmMOLOOYYSA=";
20 description = "Fast CLI documentation searcher for Nix";
21 homepage = "https://github.com/nix-community/manix";
22 license = licenses.mpl20;
23 maintainers = with maintainers; [ iogamaster lecoqjacob ];
24 mainProgram = "manix";