sov: add passthru.updateScript

This commit is contained in:
éclairevoyant 2023-11-03 14:02:41 -04:00
parent 275ec9436a
commit 50abe8063c
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -11,6 +11,7 @@
, libxkbcommon
, wayland
, wayland-protocols
, gitUpdater
}:
stdenv.mkDerivation (finalAttrs: {
@ -54,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
wayland-protocols
];
passthru.updateScript = gitUpdater { };
meta = {
description = "Workspace overview app for sway";
homepage = "https://github.com/milgra/sov";