feat(sterni/aoc/2022): day01 solutions
Bonus solution in k as I got sniped by leah2. Change-Id: I806f5b2ac1388159a427bb239bfb1bb7aeb329d7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7490 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
7b87b2ccbb
commit
7e122fdcbc
4 changed files with 40 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ depot, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
inherit (pkgs.buildPackages) cbqn;
|
||||
inherit (pkgs.buildPackages) cbqn ngn-k;
|
||||
|
||||
# input files are not checked in
|
||||
meta.ci.skip = true;
|
||||
|
|
@ -12,6 +12,7 @@ depot.nix.readTree.drvTargets {
|
|||
name = "aoc-2022-shell";
|
||||
packages = [
|
||||
cbqn
|
||||
ngn-k
|
||||
depot.tvix.eval
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue