zaphyra's git: haumea

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

commit e8a920c50b759c2d4d201c908e87dc779ae61bd8
parent 214d73d9d5c44f92b6401af688c2688448768e23
Author: David Arnold <david.arnold@iohk.io>
Date: Mon, 5 Jun 2023 18:21:36 -0500

fix: root error message in the path root instead of making it a new one
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/load.nix b/src/load.nix
@@ -96,7 +96,7 @@ let
         (acc: { name, value }:
           if acc ? ${name} then
             throw ''
-              haumea failed when traversing ${src}
+              haumea failed when traversing ${toString src}
               - ${entry acc.${name}} conflicts with ${entry value}
             ''
           else