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

https://github.com/adnelson/nix-presentation

A presentation on the nix language and software.
https://github.com/adnelson/nix-presentation

Last synced: 6 days ago
JSON representation

A presentation on the nix language and software.

Awesome Lists containing this project

README

          

# Nix presentation

This is a presentation on the nix language and software.

# Running

To run the presentation, first build the files:

```bash
$ npm install
$ npm run-script build
```

Then open `index.html` in your browser.