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