git-sync: enable automatic package update

This commit is contained in:
RedEtherbloom
2025-02-13 02:09:45 +01:00
parent 4ec54a16d6
commit 8a3176ac27
+5
View File
@@ -8,6 +8,7 @@
gnused,
makeWrapper,
inotify-tools,
nix-update-script,
}:
stdenv.mkDerivation rec {
@@ -51,6 +52,10 @@ stdenv.mkDerivation rec {
--prefix PATH : $wrap_path
'';
passthru = {
updateScript = nix-update-script { };
};
meta = {
description = "Script to automatically synchronize a git repository";
homepage = "https://github.com/simonthum/git-sync";