walker: add update script

This commit is contained in:
Nydragon 2024-08-06 17:08:10 +02:00
parent 36467dc5ab
commit ae4575d27b
No known key found for this signature in database

View File

@ -7,6 +7,7 @@
wrapGAppsHook4,
gtk4,
gtk4-layer-shell,
nix-update-script,
}:
buildGoModule rec {
@ -23,6 +24,8 @@ buildGoModule rec {
vendorHash = "sha256-2t6WXQ5XoDtnlhzc96KeJ2cx+8sVS1oy2z3tsIRGq1Y=";
subPackages = [ "cmd/walker.go" ];
passthru.updateScript = nix-update-script { };
nativeBuildInputs = [
pkg-config
gobject-introspection