about summary refs log tree commit diff
path: root/pkgs/profpatsch/importDhall.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/importDhall.nix')
-rw-r--r--pkgs/profpatsch/importDhall.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/profpatsch/importDhall.nix b/pkgs/profpatsch/importDhall.nix
index 6d4e5575..d1028c41 100644
--- a/pkgs/profpatsch/importDhall.nix
+++ b/pkgs/profpatsch/importDhall.nix
@@ -35,7 +35,10 @@ let
           ${pkgs.xorg.lndir}/bin/lndir -silent $dep/${cacheDhall} ${cacheDhall}
         done
 
-        export XDG_CACHE_HOME=./${cache}
+        export XDG_CACHE_HOME=$(pwd)/${cache}
+        # go into the source directory, so that the type can import files.
+        # TODO: This is a bit of a hack hrm.
+        cd "${src}"
         printf '%s' ${pkgs.lib.escapeShellArg "${src}/${main} : ${type}"} \
           | ${dhall-nix}/bin/dhall-to-nix \
           > $out