hyprlandPlugins.hyprspace: unstableGitUpdater -> nix-update-script

This commit is contained in:
Austin Horstman
2024-12-17 09:43:28 -06:00
parent 31b7e46d6b
commit c832a89c65
@@ -3,7 +3,7 @@
fetchFromGitHub,
hyprland,
mkHyprlandPlugin,
unstableGitUpdater,
nix-update-script,
}:
mkHyprlandPlugin hyprland {
@@ -28,7 +28,7 @@ mkHyprlandPlugin hyprland {
runHook postInstall
'';
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
meta = {
homepage = "https://github.com/KZDKM/Hyprspace";