We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4ca62 commit 3f4b6c6Copy full SHA for 3f4b6c6
pkgs/by-name/cl/cliphist/package.nix
@@ -2,6 +2,7 @@
2
lib,
3
buildGoModule,
4
fetchFromGitHub,
5
+ nix-update-script,
6
}:
7
8
buildGoModule rec {
@@ -21,6 +22,10 @@ buildGoModule rec {
21
22
cp ${src}/contrib/* $out/bin/
23
'';
24
25
+ passthru = {
26
+ updateScript = nix-update-script { };
27
+ };
28
+
29
meta = with lib; {
30
description = "Wayland clipboard manager";
31
homepage = "https://github.com/sentriz/cliphist";
0 commit comments