programs: sane-sync-from-servo: remove

this was obsoleted by the top-level flake `sync` scripts
This commit is contained in:
Colin 2024-02-20 13:16:21 +00:00
parent d596d005ca
commit 2ea3776d84
3 changed files with 0 additions and 14 deletions

View File

@ -39,7 +39,6 @@ in
"sane-scripts.secrets-update-keys"
"sane-scripts.shutdown"
"sane-scripts.sudo-redirect"
"sane-scripts.sync-from-servo"
"sane-scripts.tag-music"
"sane-scripts.vpn"
"sane-scripts.which"

View File

@ -176,11 +176,6 @@ let
src = ./src;
pkgs = [ "coreutils-full" "ifuse" "rsync" ];
};
sync-from-servo = static-nix-shell.mkBash {
pname = "sane-sync-from-servo";
src = ./src;
pkgs = [ "rsync" ];
};
sync-music = static-nix-shell.mkPython3Bin {
pname = "sane-sync-music";
src = ./src;

View File

@ -1,8 +0,0 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p rsync
set -ex
REMOTE_MUSIC=/mnt/servo/media/Music
test -d "$REMOTE_MUSIC" && \
rsync -arv --delete --progress "$REMOTE_MUSIC/" ~/Music/