13 rustPlatform.buildRustPackage rec {
14 pname = "intelli-shell";
17 src = fetchFromGitHub {
19 repo = "intelli-shell";
21 hash = "sha256-D7hB1vKi54L7hU3TqTvzxXIr6XohfYLUTidR6wFJmfo=";
24 cargoHash = "sha256-OAQpOxPWg27kIeM37S5SEGFHMwJPvTGREtG9rd6+lDM=";
35 ] ++ lib.optionals stdenv.isDarwin [
36 darwin.apple_sdk.frameworks.Security
40 OPENSSL_NO_VENDOR = true;
44 description = "Like IntelliSense, but for shells";
45 homepage = "https://github.com/lasantosr/intelli-shell";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ iogamaster ];
48 mainProgram = "intelli-shell";