git-sync: enable automatic package update
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user