day 24: no more manual :)

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-12-25 16:23:39 +05:30
parent 317668fc5d
commit acd5fca10b
2 changed files with 53 additions and 9 deletions

View File

@@ -31,7 +31,7 @@
let
name = n: "day${(if n < 10 then "0" else "" ) + toString n}";
in
with pkgs.lib; genAttrs (map name (range 1 22))
with pkgs.lib; genAttrs (map name (range 1 25))
(n: {
type = "app";
program = "${self'.packages.aoc2024}/bin/${n}";