From 855334b289258824cc90d1950a32f1b452ab0a2b Mon Sep 17 00:00:00 2001 From: Peter Kannewitz Date: Thu, 30 Mar 2023 10:11:04 +0200 Subject: [PATCH] removed borgbackup as dependency --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!" '';