From 5450b92454fa9bbd88e7f23f680d106f68038c1a Mon Sep 17 00:00:00 2001 From: Houkime <> Date: Mon, 16 Jan 2023 13:05:06 +0000 Subject: [PATCH] test(backup): add restic to the dev shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 668da69..2ffa049 100644 --- a/shell.nix +++ b/shell.nix @@ -65,6 +65,7 @@ pkgs.mkShell { sp-python pkgs.black pkgs.redis + pkgs.restic ]; shellHook = '' PYTHONPATH=${sp-python}/${sp-python.sitePackages}