filebrowser-quantum: add updateScript

This commit is contained in:
JocimSus
2026-08-22 15:54:59 +07:00
parent 7ab4800f1b
commit b41398f9f5

View File

@@ -3,6 +3,7 @@
fetchFromGitHub,
buildGoModule,
buildNpmPackage,
nix-update-script,
}:
let
@@ -65,6 +66,8 @@ buildGoModule {
"-X github.com/gtsteffaniak/filebrowser/backend/version.Version=testing"
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Access and manage your files from the web";
homepage = "https://github.com/gtsteffaniak/filebrowser";