wip: update script maybe?

This commit is contained in:
Shelvacu
2025-07-23 15:59:57 -07:00
committed by Shelvacu on fw
parent 078d1b8682
commit 7b82405d22

View File

@@ -5,6 +5,7 @@
stdenv,
libusb1,
fetchFromGitHub,
nix-update-script,
}:
stdenv.mkDerivation rec {
pname = "openterface-qt";
@@ -36,6 +37,8 @@ stdenv.mkDerivation rec {
cp ./openterfaceQT "$out"/bin/openterface-qt
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Client software for Openterface Mini-KVM";
homepage = "https://openterface.com/app/qt/";