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.
- Host: GitHub
- URL: https://github.com/adnelson/nix-presentation
- Owner: adnelson
- License: mit
- Created: 2015-12-06T00:19:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T20:33:58.000Z (over 10 years ago)
- Last Synced: 2025-02-26T10:47:59.034Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.