about summary refs log tree commit diff
path: root/users/tazjin/aoc2020/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/aoc2020/default.nix')
-rw-r--r--users/tazjin/aoc2020/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/aoc2020/default.nix b/users/tazjin/aoc2020/default.nix
index 830b1f7cd3..ebb6e7b0c0 100644
--- a/users/tazjin/aoc2020/default.nix
+++ b/users/tazjin/aoc2020/default.nix
@@ -15,7 +15,7 @@ let
     name = day;
     value = depot.nix.writeElispBin {
       name = "aoc2020";
-      deps = p: with p; [ dash s ht ];
+      deps = p: with p; [ dash s ht p.f ];
       src = ./. + ("/" + f);
     };
   }) solutionFiles;