rsync-net: remove unused sanebox dependency

This commit is contained in:
2024-09-21 23:41:21 +00:00
parent 76583c49f4
commit 2e78e9aa0c
3 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ let
"openssh"
"rsync"
"sane-scripts.vpn"
"sanebox"
];
srcRoot = ./.;
};

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash -p nettools -p openssh -p rsync -p sane-scripts.vpn -p sanebox
#!nix-shell -i bash -p bash -p nettools -p openssh -p rsync -p sane-scripts.vpn
# rsync password auth doesn't work with rsync.net.
# ssh keyfile auth *does* work, so i use that.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash -p nettools -p openssh -p rsync -p sane-scripts.vpn -p sanebox
#!nix-shell -i bash -p bash -p nettools -p openssh -p rsync -p sane-scripts.vpn
# rsync password auth doesn't work with rsync.net.
# ssh keyfile auth *does* work, so i use that.