beszel: fix updateScript

This commit is contained in:
eymeric
2025-10-06 23:14:21 +02:00
parent dedb43118c
commit e40326d369

View File

@@ -62,7 +62,12 @@ buildGoModule rec {
mv $out/bin/hub $out/bin/beszel-hub
'';
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [
"--subpackage"
"webui"
];
};
meta = {
homepage = "https://github.com/henrygd/beszel";