diff --git a/shell.nix b/shell.nix index dab533d..d7bab8f 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,7 @@ with import {}; mkShell { name = "Dependencies for Server Backup"; - buildInputs = [borgbackup borgmatic sshfs]; + buildInputs = [borgmatic sshfs]; shellHook = '' echo "Good luck backing up!" '';