buildbox: Add passthru.updateScript to package
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
libuuid,
|
||||
tomlplusplus,
|
||||
fuse3,
|
||||
nix-update-script,
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "buildbox";
|
||||
@@ -56,6 +57,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
wrapProgram $out/bin/buildbox-run --prefix PATH : ${lib.makeBinPath [ bubblewrap ]}
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Set of tools for remote worker build execution";
|
||||
homepage = "https://gitlab.com/BuildGrid/buildbox/";
|
||||
|
||||
Reference in New Issue
Block a user