From dae27cbfd3927e5eca463cccbc2857aaeb66f69f Mon Sep 17 00:00:00 2001
From: Tom Prince <tom.prince@private.storage>
Date: Mon, 13 Sep 2021 13:44:08 -0600
Subject: [PATCH] Don't include vagrant in shell.nix.

---
 shell.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shell.nix b/shell.nix
index af006f75..ce1add06 100644
--- a/shell.nix
+++ b/shell.nix
@@ -8,7 +8,6 @@ pkgs.mkShell {
   '';
   buildInputs = [
     pkgs.morph
-    pkgs.vagrant
     pkgs.jp
   ];
 }
-- 
GitLab