Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chvp/aoc2020
Solutions for Advent of Code 2020 (in Nix)
https://github.com/chvp/aoc2020
advent-of-code advent-of-code-2020
Last synced: about 1 month ago
JSON representation
Solutions for Advent of Code 2020 (in Nix)
- Host: GitHub
- URL: https://github.com/chvp/aoc2020
- Owner: chvp
- License: unlicense
- Created: 2020-12-05T16:52:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T05:04:39.000Z (over 3 years ago)
- Last Synced: 2024-10-28T16:52:34.434Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Nix
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To get the result for a specific (part of a) day:
```
$ nix-instantiate --eval -A day$day-$part
```
Or, on a system with flakes:
```
$ nix eval .#day$day-$part
```