11 inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration;
13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-WrNWtVlvEscyo/MOQEf+MikxHCKIqfKWfhPtV0DVhXM=";
24 cargoHash = "sha256-C1lqK60asOW9Kl3cNgJvdDtZEtPUOE/SbBww0qL3fsU=";
26 nativeBuildInputs = [ pkg-config ];
30 ++ lib.optionals stdenv.hostPlatform.isDarwin [
36 OPENSSL_NO_VENDOR = 1;
39 mainProgram = "railway";
40 description = "Railway.app CLI";
41 homepage = "https://github.com/railwayapp/cli";
42 changelog = "https://github.com/railwayapp/cli/releases/tag/v${version}";
43 license = licenses.mit;
44 maintainers = with maintainers; [