From bf0fa65e5a675823eaa0f2c6d9d361cb0073f624 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Fri, 18 Jun 2021 00:13:06 +0000
Subject: [PATCH] Add jp dependency to shell.nix

---
 shell.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell.nix b/shell.nix
index 6e46c9ca..2c1c5123 100644
--- a/shell.nix
+++ b/shell.nix
@@ -8,5 +8,6 @@ pkgs.mkShell {
   buildInputs = [
     pkgs.morph
     stable2105.vagrant
+    pkgs.jp
   ];
 }
-- 
GitLab