xfce: use updateScript from pkgs
This commit is contained in:
parent
5aad6a361d
commit
2b98505890
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user