22 lines
268 B
Markdown
22 lines
268 B
Markdown
# utoy
|
|
|
|
## Building the executable
|
|
|
|
```
|
|
$ $(nix-build utoy.nix)/bin/utoy
|
|
```
|
|
|
|
## Building the Docker image
|
|
|
|
```
|
|
$ docker load < $(nix-build nix/docker-image.nix)
|
|
```
|
|
|
|
## Development Shell
|
|
|
|
Includes Stack, `haskell-language-server`, `gen-hie` etc.
|
|
|
|
```
|
|
$ nix-shell
|
|
```
|