netpeek: add passthru.updateScript

This commit is contained in:
Pascal Dietrich
2026-04-15 20:03:47 +02:00
parent 6fde3c1f9e
commit db69a534d7
+3
View File
@@ -10,6 +10,7 @@
wrapGAppsHook4,
libadwaita,
libportal-gtk4,
nix-update-script,
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "netpeek";
@@ -49,6 +50,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Modern network scanner for GNOME";
homepage = "https://github.com/ZingyTomato/NetPeek";