From 87f1e15baa5491dcfd1b66102909d1ba1b75c175 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 1 Dec 2020 13:16:56 +0100 Subject: chore(writeElispBin): Move from //overrides to //nix ... some legacy cleanup ... Change-Id: I9e73451256f842e75ddbf1382badaf06c775c755 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2212 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/aoc2019/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/tazjin') diff --git a/users/tazjin/aoc2019/default.nix b/users/tazjin/aoc2019/default.nix index 5f1f248c50..ce3146d1f7 100644 --- a/users/tazjin/aoc2019/default.nix +++ b/users/tazjin/aoc2019/default.nix @@ -13,7 +13,7 @@ let solutionFiles = filter (e: dir."${e}" == "regular" && isSolution e) (attrNames dir); solutions = map (f: let day = getDay f; in { name = day; - value = depot.writeElispBin { # TODO(tazjin): move writeElispBin to depot.nix + value = depot.nix.writeElispBin { name = "aoc2019"; deps = p: with p; [ dash s ht ]; src = ./. + ("/" + f); -- cgit 1.4.1