From a7ff94b374b8fe9fb1592dbf04bc20fa36b81286 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@privatestorage.io>
Date: Wed, 19 May 2021 20:07:25 +0000
Subject: [PATCH] JP is right, the rec isn't needed anymore

---
 morph/grid/local/grid.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/morph/grid/local/grid.nix b/morph/grid/local/grid.nix
index eaec7606..6d9a51b2 100644
--- a/morph/grid/local/grid.nix
+++ b/morph/grid/local/grid.nix
@@ -1,7 +1,7 @@
 # Load the helper function and call it with arguments tailored for the local
 # grid.  It will make the morph configuration for us.  We share this function
 # with the production grid and have one fewer possible point of divergence.
-import ../../lib/make-grid.nix rec {
+import ../../lib/make-grid.nix {
   name = "LocalDev";
   config = ./config.json;
   nodes = cfg:
-- 
GitLab