fix building the site with nix. introduces flakes, removes the old nix build config.
use like this:
- run development server:
nix dev
- run chaostreff-scheduler
nix run
- build site
nix build .#site
fix building the site with nix. introduces flakes, removes the old nix build config.
use like this:
- run development server:
```
nix dev
```
- run chaostreff-scheduler
```
nix run
```
- build site
```
nix build .#site
```