From 1ba63079be8460758ffb97df1c6b39434d2fca98 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 21 Aug 2024 14:07:35 -0400 Subject: [PATCH] hyprlandPlugins.hyprspace: add update script --- .../window-managers/hyprwm/hyprland-plugins/hyprspace.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix index a084ddb4859c..ff658d30ce15 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix @@ -3,6 +3,7 @@ fetchFromGitHub, hyprland, mkHyprlandPlugin, + unstableGitUpdater, }: mkHyprlandPlugin hyprland { @@ -27,6 +28,8 @@ mkHyprlandPlugin hyprland { runHook postInstall ''; + passthru.updateScript = unstableGitUpdater { }; + meta = { homepage = "https://github.com/KZDKM/Hyprspace"; description = "Workspace overview plugin for Hyprland";