14 rustPlatform.buildRustPackage rec {
15 pname = "intelli-shell";
18 src = fetchFromGitHub {
20 repo = "intelli-shell";
22 hash = "sha256-D7hB1vKi54L7hU3TqTvzxXIr6XohfYLUTidR6wFJmfo=";
25 cargoHash = "sha256-OAQpOxPWg27kIeM37S5SEGFHMwJPvTGREtG9rd6+lDM=";
38 ++ lib.optionals stdenv.hostPlatform.isDarwin [
39 darwin.apple_sdk.frameworks.Security
43 OPENSSL_NO_VENDOR = true;
47 description = "Like IntelliSense, but for shells";
48 homepage = "https://github.com/lasantosr/intelli-shell";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ iogamaster ];
51 mainProgram = "intelli-shell";