From f0d1725719af8ba406689c8babd87ef9fc42d50a Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 30 Jun 2021 09:43:21 -0400
Subject: [PATCH] Take morph from whatever we decide on for the `pkgs`
 parameter

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

diff --git a/shell.nix b/shell.nix
index 7eeada49..046f0990 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,7 +6,7 @@ in
 pkgs.mkShell {
   NIX_PATH = "nixpkgs=${pkgs.path}";
   buildInputs = [
-    nixpkgs.morph
+    pkgs.morph
     stable2105.vagrant
     pkgs.jp
   ];
-- 
GitLab