From a757dc7cc18a0d2bab18511ec1dd5491e7d27fce Mon Sep 17 00:00:00 2001 From: Inex Code Date: Wed, 19 Jul 2023 16:00:04 +0300 Subject: [PATCH] chore: add rclone as a nix shell dependency --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index f1ce9b2..c227f68 100644 --- a/shell.nix +++ b/shell.nix @@ -31,6 +31,7 @@ pkgs.mkShell { pkgs.black pkgs.redis pkgs.restic + pkgs.rclone ]; shellHook = '' PYTHONPATH=${sp-python}/${sp-python.sitePackages}