buffybox: add an updateScript
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
scdoc,
|
scdoc,
|
||||||
stdenv,
|
stdenv,
|
||||||
|
unstableGitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@@ -69,6 +70,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "a suite of graphical applications for the terminal";
|
description = "a suite of graphical applications for the terminal";
|
||||||
homepage = "https://gitlab.com/postmarketOS/buffybox";
|
homepage = "https://gitlab.com/postmarketOS/buffybox";
|
||||||
|
Reference in New Issue
Block a user