sov: add passthru.updateScript
This commit is contained in:
parent
275ec9436a
commit
50abe8063c
@ -11,6 +11,7 @@
|
|||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
, wayland
|
, wayland
|
||||||
, wayland-protocols
|
, wayland-protocols
|
||||||
|
, gitUpdater
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -54,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
wayland-protocols
|
wayland-protocols
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Workspace overview app for sway";
|
description = "Workspace overview app for sway";
|
||||||
homepage = "https://github.com/milgra/sov";
|
homepage = "https://github.com/milgra/sov";
|
||||||
|
Loading…
Reference in New Issue
Block a user