mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-20 21:39:44 +00:00
chore: add rclone as a nix shell dependency
This commit is contained in:
parent
5253780cc8
commit
a757dc7cc1
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ pkgs.mkShell {
|
|||
pkgs.black
|
||||
pkgs.redis
|
||||
pkgs.restic
|
||||
pkgs.rclone
|
||||
];
|
||||
shellHook = ''
|
||||
PYTHONPATH=${sp-python}/${sp-python.sitePackages}
|
||||
|
|
Loading…
Add table
Reference in a new issue