diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix index e90eaa47e828..0eb66b170aa1 100644 --- a/pkgs/desktops/xfce/default.nix +++ b/pkgs/desktops/xfce/default.nix @@ -3,7 +3,7 @@ lib.makeScope pkgs.newScope (self: with self; { #### NixOS support - updateScript = callPackage ../../common-updater/update-script.nix { }; + updateScript = pkgs.genericUpdater; gitLister = url: "${pkgs.common-updater-scripts}/bin/list-git-tags ${url}";