Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```