Skip to content

Commit

Permalink
xfce: use updateScript from pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Apr 16, 2020
1 parent 5aad6a3 commit 2b98505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/desktops/xfce/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down

0 comments on commit 2b98505

Please sign in to comment.