zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit ac1450fc94a770e7adeebf5e436ca090e1f89bfe
parent c70e966cc7c3d375872182c9c2ce203d28127114
Author: figsoda <figsoda@pm.me>
Date: Sat, 1 Apr 2023 10:42:01 -0400

load: remove unused `fix`
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/load.nix b/src/load.nix
@@ -69,13 +69,13 @@ let
           nameValuePair name {
             inherit path visibility;
             isDir = true;
-            children = fix (self: aggregate {
+            children = aggregate {
               inherit inputs loader;
               src = src + "/${path}";
               tree = tree // {
                 pov = tree.pov ++ [ name ];
               };
-            });
+            };
           }
         else if type == "regular" && hasSuffix ".nix" path then
           let