From 37ea4c981d41ee5c52f4aaaba46580a0d3df1055 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Sun, 27 Jun 2021 08:02:31 +0000
Subject: [PATCH] Use old morph for now even in newer environment

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

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