Skip to content

advent of code 2025 in ts and nix

License

Notifications You must be signed in to change notification settings

taciturnaxolotl/aoc-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06d21ba · · Dec 11, 2025

History

41 Commits
Dec 11, 2025
Dec 11, 2025
Dec 11, 2025
Dec 11, 2025
Dec 11, 2025
Dec 4, 2025
Dec 1, 2025
Dec 5, 2025
Dec 1, 2025
Dec 1, 2025
Dec 7, 2025
Dec 5, 2025
Dec 1, 2025
Dec 1, 2025

Repository files navigation

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" >>t;> .envrc &∓& direnv allow

the rather boring manual way:

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

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

© 2025-present Kieran Klukas