buffybox: add an updateScript

This commit is contained in:
2024-10-05 13:27:00 +00:00
parent 62faaebb76
commit 2c6d919d4f

View File

@@ -12,6 +12,7 @@
pkg-config,
scdoc,
stdenv,
unstableGitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -69,6 +70,8 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "a suite of graphical applications for the terminal";
homepage = "https://gitlab.com/postmarketOS/buffybox";