python3Packages.labgrid: add nix-update-script

Enable automatic update capabilities for the bot.
This commit is contained in:
Rouven Czerwinski 2025-07-09 15:06:19 +02:00
commit 5b43cfd670

View file

@ -10,6 +10,7 @@
grpcio-reflection,
jinja2,
lib,
nix-update-script,
mock,
openssh,
pexpect,
@ -41,6 +42,8 @@ buildPythonPackage rec {
hash = "sha256-cLofkkp2T6Y9nQ5LIS7w9URZlt8DQNN8dm3NnrvcKWY=";
};
passthru.updateScript = nix-update-script { };
# Remove after package bump
patches = [
(fetchpatch {