10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "1fd3swdjx249971ak1bgndm5kh6rlzbfywmydn122lhfi6ry6a03";
22 lockFile = ./Cargo.lock;
31 ] ++ lib.optionals stdenv.isDarwin [
32 darwin.apple_sdk.frameworks.Security
35 # build fails due to outdated socket2 dependency
37 ln -sf ${./Cargo.lock} Cargo.lock
40 __darwinAllowLocalNetworking = true;
43 description = "A client for the Hydra CI";
44 mainProgram = "hydra-cli";
45 homepage = "https://github.com/nlewo/hydra-cli";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ gilligan lewo ];