Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghedamat/nix-shell-nixto-2020
- Owner: ghedamat
- Created: 2020-06-25T02:33:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:53:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T03:54:35.889Z (about 1 month ago)
- Language: Nix
- Size: 558 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to nix-shell
[live version](https://nix-shell-nixto-2020.vercel.app/)
## Local
```
npm inpx marp -s .
```## Deploy
```
npm run build
now --prod
```