mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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; {
|
lib.makeScope pkgs.newScope (self: with self; {
|
||||||
#### NixOS support
|
#### NixOS support
|
||||||
|
|
||||||
updateScript = callPackage ../../common-updater/update-script.nix { };
|
updateScript = pkgs.genericUpdater;
|
||||||
|
|
||||||
gitLister = url:
|
gitLister = url:
|
||||||
"${pkgs.common-updater-scripts}/bin/list-git-tags ${url}";
|
"${pkgs.common-updater-scripts}/bin/list-git-tags ${url}";
|
||||||
|
Loading…
Reference in New Issue
Block a user