From 878d18373fa562ec5df40ff2327071b9633693da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Tue, 27 May 2025 18:55:13 +0200 Subject: [PATCH] dwm-status: add update script --- pkgs/applications/window-managers/dwm/dwm-status.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/window-managers/dwm/dwm-status.nix b/pkgs/applications/window-managers/dwm/dwm-status.nix index 3019ab156fb1..65291d78ef9c 100644 --- a/pkgs/applications/window-managers/dwm/dwm-status.nix +++ b/pkgs/applications/window-managers/dwm/dwm-status.nix @@ -15,6 +15,7 @@ dnsutils, iproute2, wirelesstools, + nix-update-script, }: let @@ -59,6 +60,8 @@ rustPlatform.buildRustPackage rec { wrapProgram $out/bin/dwm-status --prefix "PATH" : "${lib.makeBinPath bins}" ''; + passthru.updateScript = nix-update-script { }; + meta = with lib; { description = "Highly performant and configurable DWM status service"; homepage = "https://github.com/Gerschtli/dwm-status";