zaphyra's git: haumea

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

commit 7b93825345b989d70374f9ad6b24d1ed75dfba9c
parent 214d73d9d5c44f92b6401af688c2688448768e23
Author: figsoda <figsoda@pm.me>
Date: Mon, 5 Jun 2023 19:24:08 -0400

Merge pull request #12 from blaggacao/fix-root-of-error-msg

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