feat(tazjin/aoc2020): Add solution for day 2

Change-Id: Id149ff13d1e903a578cdcdc3a8d0045cfefaecfa
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2224
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2020-12-02 10:56:38 +01:00 committed by tazjin
parent 50b32531ee
commit ea683b1ce8
2 changed files with 55 additions and 1 deletions

View file

@ -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;