My solutions to https://adventofcode.com/
Year | Stars |
---|---|
2023 | 32 |
2022 | 39 |
2021 | 0 |
2020 | 0 |
2019 | 0 |
2018 | 0 |
2017 | 0 |
2016 | 0 |
2015 | 11 |
- Install git-crypt
- Ensure
git-crypt
key is located at~/.secrets/aoc-git-crypt.key
with permissions of 600 - Run
git-crypt unlock ~/.secrets/aoc-git-crypt.key
on fresh systems
The solutions in here rely on nix. Make sure it is installed.
Second, the following should be in $HOME/.config/nix/nix.conf
experimental-features = nix-command flakes
bash-prompt-prefix = NIX|