Commit 8a3176ac authored by RedEtherbloom's avatar RedEtherbloom
Browse files

git-sync: enable automatic package update

parent 4ec54a16
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";