test(backup): add restic to the dev shell

l10n
Houkime 2023-01-16 13:05:06 +00:00
parent 5ada12d2f3
commit 5450b92454
1 changed files with 1 additions and 0 deletions

View File

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