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

7 lines
119 B
Nix
Raw Normal View History

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