Recently got started with Nix and Home-Manager. I thought Advent Of Code would be a good way to get more comfortable with the Nix language.
I don’t think I ever made it beyond Day 6 though, even in my most comfortable language (Python) so no idea where this will strand.
I am learning a lot about Nix though!
Have you used the Nix language outside of configuration? Let’s share and discuss!
I definitely am: https://git.sr.ht/~kintrix/aoc2024
(The README is wrong, just copied it over from last year)
What’s an advent of code? Interested if it will help me learn more!
An advent calendar of coding puzzles. Dec 1-25 you get a new puzzle every day
If I can make the time, I will. But I know @ellyse is doing it. 🎅 👩💻
She did one last night live on stream.@gavin @F04118F yup! thats a link to a 2019 AoC, but here’s my video for day 1 this year https://www.youtube.com/live/P/_3rUzAN0vw
the code is here: https://github.com/ellyxir/advent/_of/_code/tree/main/2024/nix/day01i looked at your solution, good work!