about summary refs log tree commit diff
path: root/pkgs/profpatsch/importDhall.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-03-05 22:37:12 +0100
committerProfpatsch <mail@profpatsch.de>2021-03-05 22:56:29 +0100
commit009cb2bab9777e87d362584bb5992ad90631568e (patch)
treee9bd3556d1fd5b20e72c784a9c1903167864d1a3 /pkgs/profpatsch/importDhall.nix
parent0ca7c3425f37ebb483567993a0f02159b8826dd0 (diff)
pkgs/profpatsch/importDhall: fix importDhall2 wrapper
Diffstat (limited to 'pkgs/profpatsch/importDhall.nix')
-rw-r--r--pkgs/profpatsch/importDhall.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/profpatsch/importDhall.nix b/pkgs/profpatsch/importDhall.nix
index 96da75c9..6d4e5575 100644
--- a/pkgs/profpatsch/importDhall.nix
+++ b/pkgs/profpatsch/importDhall.nix
@@ -12,6 +12,7 @@ let
     files = [];
     main = builtins.baseNameOf file;
     type = dhallType;
+    deps = [];
   };
 
   # TODO: document