11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 sha256 = "1nhkirjq2q9sxg4k2scy8vxlqa9ikvr5lid0f22vws07vif4kkfs";
22 cargoSha256 = "sha256-iD3SBSny0mYpmVEInYaylHn0AbtIqTOwJHdFeq3UBaM=";
24 nativeBuildInputs = [ pkg-config ];
26 buildInputs = [ libgit2 openssl ] ++ lib.optionals stdenv.isDarwin [
30 OPENSSL_NO_VENDOR = 1;
34 description = "A workspace productivity booster";
35 homepage = "https://github.com/brocode/fw";
36 license = licenses.wtfpl;
37 maintainers = with maintainers; [ figsoda ];