feat(tools): Add auto-dispatch for Advent of Code solutions
This commit is contained in:
parent
9fb24840ab
commit
ded10fbd83
3 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ let
|
|||
solutions = map (f: let day = getDay f; in {
|
||||
name = day;
|
||||
value = pkgs.writeElispBin {
|
||||
name = "solution-${day}";
|
||||
name = "aoc2019";
|
||||
deps = p: with p; [ dash s ht ];
|
||||
src = ./. + ("/" + f);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue