pkgs: add drone-rsync
A very simple wrapper script that I will migrate to, since 'drone-scp' does not work for me anymore.
This commit is contained in:
parent
7e4e41a07f
commit
9c80bc07b9
3 changed files with 76 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
|
|||
|
||||
dragger = pkgs.callPackage ./dragger { };
|
||||
|
||||
drone-rsync = pkgs.callPackage ./drone-rsync { };
|
||||
|
||||
drone-scp = pkgs.callPackage ./drone-scp { };
|
||||
|
||||
ff2mpv-go = pkgs.callPackage ./ff2mpv-go { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue