Add xskat to the examples

A small enough graphical app
This commit is contained in:
Thibault Lemaire 2020-08-28 23:35:35 +02:00 committed by Matthew Bauer
parent f7417243f7
commit d62327676e

View File

@ -36,11 +36,18 @@ Some others to try:
```
```sh
./nix-bundle.sh firefox /bin/firefox
./nix-bundle.sh emacs /bin/emacs
```
Or if you want to try graphical applications:
```sh
# Simple X game. Very few dependencies. Quick to build and load. ~13MB
./nix-bundle.sh xskat /bin/xskat
```
```sh
./nix-bundle.sh emacs /bin/emacs
./nix-bundle.sh firefox /bin/firefox
```
## Self-bundling (meta)