stockholm/lass/5pkgs/rs/default.nix

7 lines
119 B
Nix
Raw Normal View History

2016-06-13 23:01:56 +02:00
{ pkgs, ... }:
#TODO: get tab-completion working again
pkgs.writeBashBin "rs" ''
rsync -vaP --append-verify "$@"
''