cliphist: add update script

This commit is contained in:
Austin Horstman
2024-10-15 19:13:34 -05:00
parent ea4ca62e96
commit 3f4b6c6f16
+5
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule rec {
@@ -21,6 +22,10 @@ buildGoModule rec {
cp ${src}/contrib/* $out/bin/
'';
passthru = {
updateScript = nix-update-script { };
};
meta = with lib; {
description = "Wayland clipboard manager";
homepage = "https://github.com/sentriz/cliphist";