forked from lab-cat/server-backup-config
removed borgbackup as dependency
This commit is contained in:
parent
c14f0538f3
commit
855334b289
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ with import <nixpkgs> {};
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
name = "Dependencies for Server Backup";
|
name = "Dependencies for Server Backup";
|
||||||
buildInputs = [borgbackup borgmatic sshfs];
|
buildInputs = [borgmatic sshfs];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "Good luck backing up!"
|
echo "Good luck backing up!"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue