mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-22 22:32:17 +00:00
test(backup): add restic to the dev shell
This commit is contained in:
parent
5ada12d2f3
commit
5450b92454
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ pkgs.mkShell {
|
|||
sp-python
|
||||
pkgs.black
|
||||
pkgs.redis
|
||||
pkgs.restic
|
||||
];
|
||||
shellHook = ''
|
||||
PYTHONPATH=${sp-python}/${sp-python.sitePackages}
|
||||
|
|
Loading…
Add table
Reference in a new issue