Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ghedamat/nix-shell-nixto-2020

A presentation for nixTO about nix-shell
https://github.com/ghedamat/nix-shell-nixto-2020

Last synced: 22 days ago
JSON representation

A presentation for nixTO about nix-shell

Awesome Lists containing this project

README

        

# Introduction to nix-shell

[live version](https://nix-shell-nixto-2020.vercel.app/)

## Local

```
npm i

npx marp -s .
```

## Deploy

```
npm run build
now --prod
```