stockholm/lass/5pkgs/rs/default.nix
2016-06-13 23:01:56 +02:00

7 lines
119 B
Nix

{ pkgs, ... }:
#TODO: get tab-completion working again
pkgs.writeBashBin "rs" ''
rsync -vaP --append-verify "$@"
''