chore: add rclone as a nix shell dependency
continuous-integration/drone/push Build is failing Details

pull/35/head
Inex Code 2023-07-19 16:00:04 +03:00
parent 5253780cc8
commit a757dc7cc1
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ pkgs.mkShell {
pkgs.black
pkgs.redis
pkgs.restic
pkgs.rclone
];
shellHook = ''
PYTHONPATH=${sp-python}/${sp-python.sitePackages}