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