1
0
Fork 0

fix: only build tclip

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-08-12 19:15:54 -05:00
parent 491a71d6e4
commit 1dcefb95d1
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ buildGoModule rec {
ldflags = ["-s" "-w"];
subPackages = "cmd/tclip";
meta = with lib; {
description = "tclip client";
homepage = "https://github.com/tailscale-dev/tclip";