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:
Bruno BELANYI 2022-06-20 14:34:34 +02:00
parent 7e4e41a07f
commit 9c80bc07b9
3 changed files with 76 additions and 0 deletions

View file

@ -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 { };