Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
@@ -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 21))
with pkgs.lib; genAttrs (map name (range 1 22))
(n: {
type = "app";
program = "${self'.packages.aoc2024}/bin/${n}";
The note is not visible to the blocked user.