advent of code 2025 in ts and nix
Nix 88.7%
TypeScript 11.3%
41 1 0

Clone this repository

https://tangled.org/dunkirk.sh/aoc-2025
git@knot.dunkirk.sh:dunkirk.sh/aoc-2025

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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