test(backup): add restic to the dev shell

This commit is contained in:
Houkime 2023-01-16 13:05:06 +00:00
parent 5ada12d2f3
commit 5450b92454

View file

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