advent of code 2025 in ts and nix

Advent of Code 2025 - Kieran's way#

visualization website

This contains my solutions to advent of code 2025 in mostly ts or nix depending on how lazy I'm feeling that day.

Running Solutions#

Either you can run the days manually or you can use direnv and the aoc tui I made!

echo "use flake" >> .envrc && direnv allow

the rather boring manual way:

cd ts/01 && bun run index.ts
nix-instantiate --eval --strict nix/01/solution.nix

The main repo is the tangled repo and the github is just a mirror.

© 2025-present Kieran Klukas