waybar: add passthru.updateScript

This commit is contained in:
Austin Horstman 2024-03-26 21:23:29 -05:00
parent 9b0e1b7fce
commit 803d061696
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,7 @@
, upowerSupport ? true
, wireplumberSupport ? true
, withMediaPlayer ? mprisSupport && false
, nix-update-script
}:
let
@ -189,6 +190,8 @@ stdenv.mkDerivation (finalAttrs: {
--prefix PYTHONPATH : "$PYTHONPATH:$out/${python3.sitePackages}"
'';
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/alexays/waybar";
description = "Highly customizable Wayland bar for Sway and Wlroots based compositors";