dwm-status: add update script

This commit is contained in:
Gutyina Gergő
2025-05-27 18:55:13 +02:00
parent 2df7d531fc
commit 878d18373f
@@ -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";