with import {}; mkShell { name = "Dependencies for Server Backup"; buildInputs = [borgbackup borgmatic sshfs]; shellHook = '' echo "Good luck backing up!" ''; }