1 { lib, buildGoModule, fetchFromGitHub, keybase }:
6 inherit (keybase) src version vendorSha256;
9 subPackages = [ "kbfs/kbfsfuse" "kbfs/redirector" "kbfs/kbfsgit/git-remote-keybase" ];
11 tags = [ "production" ];
12 ldflags = [ "-s" "-w" ];
15 homepage = "https://keybase.io/docs/kbfs";
16 description = "The Keybase filesystem";
17 platforms = platforms.unix;
18 maintainers = with maintainers; [ avaq rvolosatovs bennofs np shofius ];
19 license = licenses.bsd3;